Struct aws_sdk_apprunner::input::create_connection_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateConnectionInput
Implementations
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
The source repository provider.
The source repository provider.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
Consumes the builder and constructs a CreateConnectionInput
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