public static interface UpdateBrokerTypeRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerTypeRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerTypeRequest.Builder |
currentVersion(String currentVersion)
The cluster version that you want to change.
|
UpdateBrokerTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBrokerTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBrokerTypeRequest.Builder |
targetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBrokerTypeRequest.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.
UpdateBrokerTypeRequest.Builder currentVersion(String currentVersion)
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
currentVersion - The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
UpdateBrokerTypeRequest.Builder targetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
targetInstanceType - The Amazon MSK broker type that you want all of the brokers in this cluster to be.
UpdateBrokerTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBrokerTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.