Struct aws_sdk_kafka::model::configuration::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Configuration
Implementations
The Amazon Resource Name (ARN) of the configuration.
The Amazon Resource Name (ARN) of the configuration.
The time when the configuration was created.
The time when the configuration was created.
The description of the configuration.
The description of the configuration.
Appends an item to kafka_versions
.
To override the contents of this collection use set_kafka_versions
.
An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.
An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.
Latest revision of the configuration.
Latest revision of the configuration.
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
Consumes the builder and constructs a Configuration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more