Struct aws_sdk_securityhub::model::aws_code_build_project_artifacts_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsCodeBuildProjectArtifactsDetails
Implementations
An identifier for the artifact definition.
An identifier for the artifact definition.
Indicates whether to disable encryption on the artifact. Only valid when Type
is S3
.
Indicates whether to disable encryption on the artifact. Only valid when Type
is S3
.
Only used when Type
is S3
. The name of the S3 bucket where the artifact is located.
Only used when Type
is S3
. The name of the S3 bucket where the artifact is located.
Only used when Type is S3. The name of the artifact. Used with NamepaceType
and Path
to determine the pattern for storing the artifact.
Only used when Type is S3. The name of the artifact. Used with NamepaceType
and Path
to determine the pattern for storing the artifact.
Only used when Type
is S3
. The value to use for the namespace. Used with Name
and Path
to determine the pattern for storing the artifact.
Only used when Type
is S3
. The value to use for the namespace. Used with Name
and Path
to determine the pattern for storing the artifact.
Whether the name specified in the buildspec file overrides the artifact name.
Whether the name specified in the buildspec file overrides the artifact name.
Only used when Type
is S3
. The type of output artifact to create.
Only used when Type
is S3
. The type of output artifact to create.
Only used when Type
is S3
. The path to the artifact. Used with Name
and NamespaceType
to determine the pattern for storing the artifact.
Only used when Type
is S3
. The path to the artifact. Used with Name
and NamespaceType
to determine the pattern for storing the artifact.
Consumes the builder and constructs a AwsCodeBuildProjectArtifactsDetails
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