Interface UpdateClusterConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateClusterConfigurationRequest.Builder,,- UpdateClusterConfigurationRequest> - KafkaRequest.Builder,- SdkBuilder<UpdateClusterConfigurationRequest.Builder,,- UpdateClusterConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateClusterConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateClusterConfigurationRequest.Builder
extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterConfigurationRequest.Builder,UpdateClusterConfigurationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) that uniquely identifies the cluster.configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo) Represents the configuration that you want MSK to use for the brokers in a cluster.configurationInfo(ConfigurationInfo configurationInfo) Represents the configuration that you want MSK to use for the brokers in a cluster.currentVersion(String currentVersion) The version of the cluster that needs to be updated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterArnThe 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.
 
- 
configurationInfoRepresents the configuration that you want MSK to use for the brokers in a cluster. - Parameters:
- configurationInfo-- Represents the configuration that you want MSK to use for the brokers in a cluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configurationInfodefault UpdateClusterConfigurationRequest.Builder configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo) Represents the configuration that you want MSK to use for the brokers in a cluster. This is a convenience method that creates an instance of theConfigurationInfo.Builderavoiding the need to create one manually viaConfigurationInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationInfo(ConfigurationInfo).- Parameters:
- configurationInfo- a consumer that will call methods on- ConfigurationInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
currentVersionThe version of the cluster that needs to be updated. - Parameters:
- currentVersion-- The version of the cluster that needs to be updated. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateClusterConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateClusterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-