Interface ClusterConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterConfiguration.Builder,,ClusterConfiguration> SdkBuilder<ClusterConfiguration.Builder,,ClusterConfiguration> SdkPojo
- Enclosing class:
ClusterConfiguration
@Mutable
@NotThreadSafe
public static interface ClusterConfiguration.Builder
extends SdkPojo, CopyableBuilder<ClusterConfiguration.Builder,ClusterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondedicatedCompactor(Boolean dedicatedCompactor) Indicates if the compactor instance is a standalone instance or not.ingestQueryInstances(Integer ingestQueryInstances) The number of instances in the DbCluster which can both ingest and query.queryOnlyInstances(Integer queryOnlyInstances) The number of instances in the DbCluster which can only query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ingestQueryInstances
The number of instances in the DbCluster which can both ingest and query.
- Parameters:
ingestQueryInstances- The number of instances in the DbCluster which can both ingest and query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryOnlyInstances
The number of instances in the DbCluster which can only query.
- Parameters:
queryOnlyInstances- The number of instances in the DbCluster which can only query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedCompactor
Indicates if the compactor instance is a standalone instance or not.
- Parameters:
dedicatedCompactor- Indicates if the compactor instance is a standalone instance or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-