public static interface UpdateClusterConfigurationRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterConfigurationRequest.Builder,UpdateClusterConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterConfigurationRequest.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.
UpdateClusterConfigurationRequest.Builder configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
configurationInfo - Represents the configuration that you want MSK to use for the brokers in a cluster.
default 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.Builder avoiding the
need to create one manually via ConfigurationInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configurationInfo(ConfigurationInfo).
configurationInfo - a consumer that will call methods on ConfigurationInfo.BuilderconfigurationInfo(ConfigurationInfo)UpdateClusterConfigurationRequest.Builder currentVersion(String currentVersion)
The version of the cluster that needs to be updated.
currentVersion - The version of the cluster that needs to be updated.
UpdateClusterConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.