Struct aws_sdk_kafka::input::create_cluster_v2_input::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateClusterV2Input
Implementations
The name of the cluster.
The name of the cluster.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map of tags that you want the cluster to have.
A map of tags that you want the cluster to have.
Information about the provisioned cluster.
Information about the provisioned cluster.
Information about the serverless cluster.
Information about the serverless cluster.
Consumes the builder and constructs a CreateClusterV2Input
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
