public static interface UpdateClusterKafkaVersionRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterKafkaVersionRequest.Builder,UpdateClusterKafkaVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterKafkaVersionRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster to be updated.
clusterArn - The Amazon Resource Name (ARN) of the cluster to be updated.
UpdateClusterKafkaVersionRequest.Builder configurationInfo(ConfigurationInfo configurationInfo)
The custom configuration that should be applied on the new version of cluster.
configurationInfo - The custom configuration that should be applied on the new version of cluster.
default UpdateClusterKafkaVersionRequest.Builder configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)
The custom configuration that should be applied on the new version of 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)UpdateClusterKafkaVersionRequest.Builder currentVersion(String currentVersion)
Current cluster version.
currentVersion - Current cluster version.
UpdateClusterKafkaVersionRequest.Builder targetKafkaVersion(String targetKafkaVersion)
Target Kafka version.
targetKafkaVersion - Target Kafka version.
UpdateClusterKafkaVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterKafkaVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.