Uses of Class
software.amazon.awssdk.services.kafka.model.ConfigurationInfo
-
Packages that use ConfigurationInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ConfigurationInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ConfigurationInfo Modifier and Type Method Description ConfigurationInfoCreateClusterRequest. configurationInfo()Represents the configuration that you want MSK to use for the brokers in a cluster.ConfigurationInfoMutableClusterInfo. configurationInfo()Information about the changes in the configuration of the brokers.ConfigurationInfoProvisionedRequest. configurationInfo()Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.ConfigurationInfoUpdateClusterConfigurationRequest. configurationInfo()Represents the configuration that you want MSK to use for the brokers in a cluster.ConfigurationInfoUpdateClusterKafkaVersionRequest. configurationInfo()The custom configuration that should be applied on the new version of cluster.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ConfigurationInfo Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. configurationInfo(ConfigurationInfo configurationInfo)Represents the configuration that you want MSK to use for the brokers in a cluster.MutableClusterInfo.BuilderMutableClusterInfo.Builder. configurationInfo(ConfigurationInfo configurationInfo)Information about the changes in the configuration of the brokers.ProvisionedRequest.BuilderProvisionedRequest.Builder. configurationInfo(ConfigurationInfo configurationInfo)Represents the configuration that you want Amazon 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.UpdateClusterKafkaVersionRequest.BuilderUpdateClusterKafkaVersionRequest.Builder. configurationInfo(ConfigurationInfo configurationInfo)The custom configuration that should be applied on the new version of cluster.
-