Interface UpdateBrokerTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>,KafkaRequest.Builder,SdkBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBrokerTypeRequest
public static interface UpdateBrokerTypeRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBrokerTypeRequest.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) that uniquely identifies the cluster.UpdateBrokerTypeRequest.BuildercurrentVersion(String currentVersion)The cluster version that you want to change.UpdateBrokerTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBrokerTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBrokerTypeRequest.BuildertargetInstanceType(String targetInstanceType)The Amazon MSK broker type that you want all of the brokers in this cluster to be.-
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
UpdateBrokerTypeRequest.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
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.
- Parameters:
currentVersion-The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInstanceType
UpdateBrokerTypeRequest.Builder targetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
- Parameters:
targetInstanceType-The Amazon MSK broker type that you want all of the brokers in this cluster to be.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBrokerTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBrokerTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-