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)
Add an optional request override configuration.
|
UpdateBrokerCountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateBrokerCountRequest.Builder |
targetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateBrokerCountRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateBrokerCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.