| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
ConfigurationInfo.clone() |
ConfigurationInfo |
UpdateClusterKafkaVersionRequest.getConfigurationInfo()
The custom configuration that should be applied on the new version of cluster.
|
ConfigurationInfo |
UpdateClusterConfigurationRequest.getConfigurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
ConfigurationInfo |
CreateClusterRequest.getConfigurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
ConfigurationInfo |
ProvisionedRequest.getConfigurationInfo()
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
ConfigurationInfo |
MutableClusterInfo.getConfigurationInfo()
Information about the changes in the configuration of the brokers.
|
ConfigurationInfo |
ConfigurationInfo.withArn(String arn)
ARN of the configuration to use.
|
ConfigurationInfo |
ConfigurationInfo.withRevision(Long revision)
The revision of the configuration to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterKafkaVersionRequest.setConfigurationInfo(ConfigurationInfo configurationInfo)
The custom configuration that should be applied on the new version of cluster.
|
void |
UpdateClusterConfigurationRequest.setConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
void |
CreateClusterRequest.setConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
void |
ProvisionedRequest.setConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
void |
MutableClusterInfo.setConfigurationInfo(ConfigurationInfo configurationInfo)
Information about the changes in the configuration of the brokers.
|
UpdateClusterKafkaVersionRequest |
UpdateClusterKafkaVersionRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
The custom configuration that should be applied on the new version of cluster.
|
UpdateClusterConfigurationRequest |
UpdateClusterConfigurationRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
CreateClusterRequest |
CreateClusterRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
ProvisionedRequest |
ProvisionedRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
MutableClusterInfo |
MutableClusterInfo.withConfigurationInfo(ConfigurationInfo configurationInfo)
Information about the changes in the configuration of the brokers.
|
Copyright © 2025. All rights reserved.