Struct aws_sdk_backupgateway::input::create_gateway_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateGatewayInput
Implementations
The activation key of the created gateway.
The activation key of the created gateway.
The display name of the created gateway.
The display name of the created gateway.
The type of created gateway.
The type of created gateway.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
Consumes the builder and constructs a CreateGatewayInput
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