Struct aws_sdk_securityhub::model::aws_code_build_project_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsCodeBuildProjectDetails
Implementations
The KMS key used to encrypt the build output artifacts.
You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name).
The KMS key used to encrypt the build output artifacts.
You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name).
Appends an item to artifacts
.
To override the contents of this collection use set_artifacts
.
Information about the build artifacts for the CodeBuild project.
Information about the build artifacts for the CodeBuild project.
Information about the build environment for this build project.
Information about the build environment for this build project.
Information about the build input source code for this build project.
Information about the build input source code for this build project.
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.
Information about logs for the build project.
Information about logs for the build project.
Information about the VPC configuration that CodeBuild accesses.
Information about the VPC configuration that CodeBuild accesses.
Consumes the builder and constructs a AwsCodeBuildProjectDetails
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