| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
ConfigurationInfo.clone() |
ConfigurationInfo |
CreateClusterRequest.getConfigurationInfo()
Comprises of the Configuration to be used on Kafka brokers in a cluster.
|
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 |
CreateClusterRequest.setConfigurationInfo(ConfigurationInfo configurationInfo)
Comprises of the Configuration to be used on Kafka brokers in a cluster.
|
CreateClusterRequest |
CreateClusterRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Comprises of the Configuration to be used on Kafka brokers in a cluster.
|
Copyright © 2019. All rights reserved.