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 UpdateClusterConfigurationResponse
KafkaClient. 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.Builder
UpdateClusterConfigurationRequest. builder()
UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.default UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. currentVersion(String currentVersion)
The version of the cluster that needs to be updated.UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateClusterConfigurationRequest.Builder
UpdateClusterConfigurationRequest. 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()
-