| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateClusterConfigurationResponse |
KafkaClient.updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
default CompletableFuture<UpdateClusterConfigurationResponse> |
KafkaAsyncClient.updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.builder() |
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.Builder.clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a 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.currentVersion(String currentVersion)
The version of the cluster that needs to be updated.
|
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateClusterConfigurationRequest.Builder> |
UpdateClusterConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.