Interface UpdateBrokerCountRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBrokerCountRequest.Builder,,UpdateBrokerCountRequest> KafkaRequest.Builder,SdkBuilder<UpdateBrokerCountRequest.Builder,,UpdateBrokerCountRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateBrokerCountRequest
public static interface UpdateBrokerCountRequest.Builder
extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateBrokerCountRequest.Builder,UpdateBrokerCountRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) that uniquely identifies the cluster.currentVersion(String currentVersion) The version of cluster to update from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes) The number of broker nodes that you want the cluster to have after this operation completes successfully.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterArn
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Parameters:
clusterArn-The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentVersion
The version of cluster to update from. A successful operation will then generate a new version.
- Parameters:
currentVersion-The version of cluster to update from. A successful operation will then generate a new version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetNumberOfBrokerNodes
The number of broker nodes that you want the cluster to have after this operation completes successfully.
- Parameters:
targetNumberOfBrokerNodes-The number of broker nodes that you want the cluster to have after this operation completes successfully.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBrokerCountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateBrokerCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-