Uses of Interface
software.amazon.awssdk.services.kafka.model.UpdateClusterConfigurationRequest.Builder
-
Packages that use UpdateClusterConfigurationRequest.Builder Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.model -
-
Uses of UpdateClusterConfigurationRequest.Builder in software.amazon.awssdk.services.kafka
Method parameters in software.amazon.awssdk.services.kafka with type arguments of type UpdateClusterConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateClusterConfigurationResponse>KafkaAsyncClient. updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)Updates the cluster with the configuration that is specified in the request body.default UpdateClusterConfigurationResponseKafkaClient. updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)Updates the cluster with the configuration that is specified in the request body. -
Uses of UpdateClusterConfigurationRequest.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return UpdateClusterConfigurationRequest.Builder Modifier and Type Method Description static UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest. builder()UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. clusterArn(String clusterArn)The Amazon Resource Name (ARN) that uniquely identifies the cluster.default UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)Represents the configuration that you want MSK to use for the brokers in a cluster.UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. configurationInfo(ConfigurationInfo configurationInfo)Represents the configuration that you want MSK to use for the brokers in a cluster.UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. currentVersion(String currentVersion)The version of the cluster that needs to be updated.UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateClusterConfigurationRequest.BuilderUpdateClusterConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type UpdateClusterConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateClusterConfigurationRequest.Builder>UpdateClusterConfigurationRequest. serializableBuilderClass()
-