Class ClusterManager.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>
com.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManager.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ClusterManagerOrBuilder,Cloneable
- Enclosing class:
ClusterManager
public static final class ClusterManager.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
implements ClusterManagerOrBuilder
Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`. [#next-free-field: 6]Protobuf type
envoy.config.bootstrap.v3.ClusterManager-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate ApiConfigSourceprivate com.google.protobuf.SingleFieldBuilder<ApiConfigSource, ApiConfigSource.Builder, ApiConfigSourceOrBuilder> private Objectprivate ClusterManager.OutlierDetectionprivate com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection, ClusterManager.OutlierDetection.Builder, ClusterManager.OutlierDetectionOrBuilder> private BindConfigprivate com.google.protobuf.SingleFieldBuilder<BindConfig, BindConfig.Builder, BindConfigOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()private voidbuildPartial0(ClusterManager result) clear()Whether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanWhether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.A management server endpoint to stream load stats to via ``StreamLoadStats``.A management server endpoint to stream load stats to via ``StreamLoadStats``.Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).com.google.protobuf.ByteStringName of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.Optional global configuration for outlier detection.Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.Optional configuration used to bind newly established upstream connections.Optional configuration used to bind newly established upstream connections.booleanA management server endpoint to stream load stats to via ``StreamLoadStats``.booleanOptional global configuration for outlier detection.booleanOptional configuration used to bind newly established upstream connections.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprivate com.google.protobuf.SingleFieldBuilder<ApiConfigSource, ApiConfigSource.Builder, ApiConfigSourceOrBuilder> A management server endpoint to stream load stats to via ``StreamLoadStats``.private com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection, ClusterManager.OutlierDetection.Builder, ClusterManager.OutlierDetectionOrBuilder> Optional global configuration for outlier detection.private com.google.protobuf.SingleFieldBuilder<BindConfig, BindConfig.Builder, BindConfigOrBuilder> Optional configuration used to bind newly established upstream connections.final booleanprivate voidmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(ClusterManager other) A management server endpoint to stream load stats to via ``StreamLoadStats``.Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.setEnableDeferredClusterCreation(boolean value) Whether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.setLoadStatsConfig(ApiConfigSource.Builder builderForValue) A management server endpoint to stream load stats to via ``StreamLoadStats``.setLocalClusterName(String value) Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).setLocalClusterNameBytes(com.google.protobuf.ByteString value) Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.setOutlierDetection(ClusterManager.OutlierDetection.Builder builderForValue) Optional global configuration for outlier detection.setUpstreamBindConfig(BindConfig value) Optional configuration used to bind newly established upstream connections.setUpstreamBindConfig(BindConfig.Builder builderForValue) Optional configuration used to bind newly established upstream connections.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
localClusterName_
-
outlierDetection_
-
outlierDetectionBuilder_
private com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection,ClusterManager.OutlierDetection.Builder, outlierDetectionBuilder_ClusterManager.OutlierDetectionOrBuilder> -
upstreamBindConfig_
-
upstreamBindConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder, upstreamBindConfigBuilder_BindConfigOrBuilder> -
loadStatsConfig_
-
loadStatsConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<ApiConfigSource,ApiConfigSource.Builder, loadStatsConfigBuilder_ApiConfigSourceOrBuilder> -
enableDeferredClusterCreation_
private boolean enableDeferredClusterCreation_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
mergeFrom
public ClusterManager.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>- Throws:
IOException
-
getLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;- Specified by:
getLocalClusterNamein interfaceClusterManagerOrBuilder- Returns:
- The localClusterName.
-
getLocalClusterNameBytes
public com.google.protobuf.ByteString getLocalClusterNameBytes()Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;- Specified by:
getLocalClusterNameBytesin interfaceClusterManagerOrBuilder- Returns:
- The bytes for localClusterName.
-
setLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;- Parameters:
value- The localClusterName to set.- Returns:
- This builder for chaining.
-
clearLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;- Returns:
- This builder for chaining.
-
setLocalClusterNameBytes
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;- Parameters:
value- The bytes for localClusterName to set.- Returns:
- This builder for chaining.
-
hasOutlierDetection
public boolean hasOutlierDetection()Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;- Specified by:
hasOutlierDetectionin interfaceClusterManagerOrBuilder- Returns:
- Whether the outlierDetection field is set.
-
getOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;- Specified by:
getOutlierDetectionin interfaceClusterManagerOrBuilder- Returns:
- The outlierDetection.
-
setOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
setOutlierDetection
public ClusterManager.Builder setOutlierDetection(ClusterManager.OutlierDetection.Builder builderForValue) Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
mergeOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
clearOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
getOutlierDetectionBuilder
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
getOutlierDetectionOrBuilder
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;- Specified by:
getOutlierDetectionOrBuilderin interfaceClusterManagerOrBuilder
-
internalGetOutlierDetectionFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection,ClusterManager.OutlierDetection.Builder, internalGetOutlierDetectionFieldBuilder()ClusterManager.OutlierDetectionOrBuilder> Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2; -
hasUpstreamBindConfig
public boolean hasUpstreamBindConfig()Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;- Specified by:
hasUpstreamBindConfigin interfaceClusterManagerOrBuilder- Returns:
- Whether the upstreamBindConfig field is set.
-
getUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;- Specified by:
getUpstreamBindConfigin interfaceClusterManagerOrBuilder- Returns:
- The upstreamBindConfig.
-
setUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
setUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
mergeUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
clearUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
getUpstreamBindConfigBuilder
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
getUpstreamBindConfigOrBuilder
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;- Specified by:
getUpstreamBindConfigOrBuilderin interfaceClusterManagerOrBuilder
-
internalGetUpstreamBindConfigFieldBuilder
private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder, internalGetUpstreamBindConfigFieldBuilder()BindConfigOrBuilder> Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3; -
hasLoadStatsConfig
public boolean hasLoadStatsConfig()A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;- Specified by:
hasLoadStatsConfigin interfaceClusterManagerOrBuilder- Returns:
- Whether the loadStatsConfig field is set.
-
getLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;- Specified by:
getLoadStatsConfigin interfaceClusterManagerOrBuilder- Returns:
- The loadStatsConfig.
-
setLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
setLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
mergeLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
clearLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
getLoadStatsConfigBuilder
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
getLoadStatsConfigOrBuilder
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;- Specified by:
getLoadStatsConfigOrBuilderin interfaceClusterManagerOrBuilder
-
internalGetLoadStatsConfigFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ApiConfigSource,ApiConfigSource.Builder, internalGetLoadStatsConfigFieldBuilder()ApiConfigSourceOrBuilder> A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4; -
getEnableDeferredClusterCreation
public boolean getEnableDeferredClusterCreation()Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;- Specified by:
getEnableDeferredClusterCreationin interfaceClusterManagerOrBuilder- Returns:
- The enableDeferredClusterCreation.
-
setEnableDeferredClusterCreation
Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;- Parameters:
value- The enableDeferredClusterCreation to set.- Returns:
- This builder for chaining.
-
clearEnableDeferredClusterCreation
Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;- Returns:
- This builder for chaining.
-