| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
ProvisionedRequest.configurationInfo()
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
ConfigurationInfo |
UpdateClusterKafkaVersionRequest.configurationInfo()
The custom configuration that should be applied on the new version of cluster.
|
ConfigurationInfo |
CreateClusterRequest.configurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
ConfigurationInfo |
MutableClusterInfo.configurationInfo()
Information about the changes in the configuration of the brokers.
|
ConfigurationInfo |
UpdateClusterConfigurationRequest.configurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionedRequest.Builder |
ProvisionedRequest.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
UpdateClusterKafkaVersionRequest.Builder |
UpdateClusterKafkaVersionRequest.Builder.configurationInfo(ConfigurationInfo configurationInfo)
The custom configuration that should be applied on the new version of cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Information about the changes in the configuration of the brokers.
|
UpdateClusterConfigurationRequest.Builder |
UpdateClusterConfigurationRequest.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
Copyright © 2023. All rights reserved.