Configuration.Builder |
Configuration.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the configuration.
|
static Configuration.Builder |
Configuration.builder() |
|
Configuration.Builder |
Configuration.Builder.creationTime(Instant creationTime) |
The time when the configuration was created.
|
Configuration.Builder |
Configuration.Builder.description(String description) |
The description of the configuration.
|
Configuration.Builder |
Configuration.Builder.kafkaVersions(String... kafkaVersions) |
An array of the versions of Apache Kafka with which you can use this MSK configuration.
|
Configuration.Builder |
Configuration.Builder.kafkaVersions(Collection<String> kafkaVersions) |
An array of the versions of Apache Kafka with which you can use this MSK configuration.
|
default Configuration.Builder |
Configuration.Builder.latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision) |
Latest revision of the configuration.
|
Configuration.Builder |
Configuration.Builder.latestRevision(ConfigurationRevision latestRevision) |
Latest revision of the configuration.
|
Configuration.Builder |
Configuration.Builder.name(String name) |
The name of the configuration.
|
Configuration.Builder |
Configuration.Builder.state(String state) |
The state of the configuration.
|
Configuration.Builder |
Configuration.Builder.state(ConfigurationState state) |
The state of the configuration.
|
Configuration.Builder |
Configuration.toBuilder() |
|