Struct aws_sdk_codestarconnections::input::create_connection_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateConnectionInput
Implementations
The name of the external provider where your third-party code repository is configured.
The name of the external provider where your third-party code repository is configured.
The name of the connection to be created. The name must be unique in the calling AWS account.
The name of the connection to be created. The name must be unique in the calling AWS account.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The key-value pair to use when tagging the resource.
The key-value pair to use when tagging the resource.
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
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