ProjectArtifacts.Builder |
ProjectArtifacts.Builder.artifactIdentifier(String artifactIdentifier) |
An identifier for this artifact definition.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.bucketOwnerAccess(String bucketOwnerAccess) |
Sets the value of the BucketOwnerAccess property for this object.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess) |
Sets the value of the BucketOwnerAccess property for this object.
|
static ProjectArtifacts.Builder |
ProjectArtifacts.builder() |
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.encryptionDisabled(Boolean encryptionDisabled) |
Set to true if you do not want your output artifacts encrypted.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.location(String location) |
Information about the build output artifact location:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.name(String name) |
Along with path and namespaceType, the pattern that CodeBuild uses to name and
store the output artifact:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.namespaceType(String namespaceType) |
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.namespaceType(ArtifactNamespace namespaceType) |
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.overrideArtifactName(Boolean overrideArtifactName) |
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.packaging(String packaging) |
The type of build output artifact to create:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.packaging(ArtifactPackaging packaging) |
The type of build output artifact to create:
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.path(String path) |
Along with namespaceType and name, the pattern that CodeBuild uses to name and
store the output artifact:
|
ProjectArtifacts.Builder |
ProjectArtifacts.toBuilder() |
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.type(String type) |
The type of build output artifact.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.type(ArtifactsType type) |
The type of build output artifact.
|