public static interface AwsCodeBuildProjectArtifactsDetails.Builder extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectArtifactsDetails.Builder,AwsCodeBuildProjectArtifactsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCodeBuildProjectArtifactsDetails.Builder artifactIdentifier(String artifactIdentifier)
An identifier for the artifact definition.
artifactIdentifier - An identifier for the artifact definition.AwsCodeBuildProjectArtifactsDetails.Builder encryptionDisabled(Boolean encryptionDisabled)
Indicates whether to disable encryption on the artifact. Only valid when Type is S3
.
encryptionDisabled - Indicates whether to disable encryption on the artifact. Only valid when Type is
S3.AwsCodeBuildProjectArtifactsDetails.Builder location(String location)
Only used when Type is S3. The name of the S3 bucket where the artifact is located.
location - Only used when Type is S3. The name of the S3 bucket where the artifact is
located.AwsCodeBuildProjectArtifactsDetails.Builder name(String name)
Only used when Type is S3. The name of the artifact. Used with NamepaceType and
Path to determine the pattern for storing the artifact.
name - Only used when Type is S3. The name of the artifact. Used with NamepaceType and
Path to determine the pattern for storing the artifact.AwsCodeBuildProjectArtifactsDetails.Builder namespaceType(String namespaceType)
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.
namespaceType - 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.AwsCodeBuildProjectArtifactsDetails.Builder overrideArtifactName(Boolean overrideArtifactName)
Whether the name specified in the buildspec file overrides the artifact name.
overrideArtifactName - Whether the name specified in the buildspec file overrides the artifact name.AwsCodeBuildProjectArtifactsDetails.Builder packaging(String packaging)
Only used when Type is S3. The type of output artifact to create.
packaging - Only used when Type is S3. The type of output artifact to create.AwsCodeBuildProjectArtifactsDetails.Builder path(String path)
Only used when Type is S3. The path to the artifact. Used with Name
and NamespaceType to determine the pattern for storing the artifact.
path - Only used when Type is S3. The path to the artifact. Used with
Name and NamespaceType to determine the pattern for storing the artifact.AwsCodeBuildProjectArtifactsDetails.Builder type(String type)
The type of build artifact.
type - The type of build artifact.Copyright © 2023. All rights reserved.