#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Toolchain
Implementations
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
Adds a key-value pair to stack_parameters
.
To override the contents of this collection use set_stack_parameters
.
The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
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