public static interface UpdateBrokerCountRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateBrokerCountRequest.Builder,UpdateBrokerCountRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerCountRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerCountRequest.Builder |
currentVersion(String currentVersion)
The version of cluster to update from.
|
UpdateBrokerCountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBrokerCountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBrokerCountRequest.Builder |
targetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBrokerCountRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
UpdateBrokerCountRequest.Builder currentVersion(String currentVersion)
The version of cluster to update from. A successful operation will then generate a new version.
currentVersion - The version of cluster to update from. A successful operation will then generate a new version.
UpdateBrokerCountRequest.Builder targetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
targetNumberOfBrokerNodes - The number of broker nodes that you want the cluster to have after this operation completes successfully.
UpdateBrokerCountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBrokerCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.