Struct aws_sdk_codebuild::model::project_build_batch_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ProjectBuildBatchConfig
Implementations
Specifies the service role ARN for the batch build project.
Specifies the service role ARN for the batch build project.
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
A BatchRestrictions
object that specifies the restrictions for the batch build.
A BatchRestrictions
object that specifies the restrictions for the batch build.
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.
- REPORT_AGGREGATED_BATCH
-
(Default) Aggregate all of the build statuses into a single status report.
- REPORT_INDIVIDUAL_BUILDS
-
Send a separate status report for each individual build.
Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.
- REPORT_AGGREGATED_BATCH
-
(Default) Aggregate all of the build statuses into a single status report.
- REPORT_INDIVIDUAL_BUILDS
-
Send a separate status report for each individual build.
Consumes the builder and constructs a ProjectBuildBatchConfig
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