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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBrokerCountRequest.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) that uniquely identifies the cluster.UpdateBrokerCountRequest.BuildercurrentVersion(String currentVersion)The version of cluster to update from.UpdateBrokerCountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBrokerCountRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBrokerCountRequest.BuildertargetNumberOfBrokerNodes(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterArn
UpdateBrokerCountRequest.Builder clusterArn(String 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
UpdateBrokerCountRequest.Builder currentVersion(String 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
UpdateBrokerCountRequest.Builder targetNumberOfBrokerNodes(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBrokerCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-