Struct aws_sdk_codebuild::model::batch_restrictions::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BatchRestrictions
Implementations
Specifies the maximum number of builds allowed.
Specifies the maximum number of builds allowed.
Appends an item to compute_types_allowed
.
To override the contents of this collection use set_compute_types_allowed
.
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.
Consumes the builder and constructs a BatchRestrictions
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