@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectArtifacts extends Object implements Serializable, Cloneable, StructuredPojo
Information about the build output artifacts for the build project.
Constructor and Description |
---|
ProjectArtifacts() |
Modifier and Type | Method and Description |
---|---|
ProjectArtifacts |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactIdentifier()
An identifier for this artifact definition.
|
String |
getBucketOwnerAccess() |
Boolean |
getEncryptionDisabled()
Set to true if you do not want your output artifacts encrypted.
|
String |
getLocation()
Information about the build output artifact location:
|
String |
getName()
Along with
path and namespaceType , the pattern that CodeBuild uses to name and store
the output artifact: |
String |
getNamespaceType()
Along with
path and name , the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
Boolean |
getOverrideArtifactName()
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
String |
getPackaging()
The type of build output artifact to create:
|
String |
getPath()
Along with
namespaceType and name , the pattern that CodeBuild uses to name and store
the output artifact: |
String |
getType()
The type of build output artifact.
|
int |
hashCode() |
Boolean |
isEncryptionDisabled()
Set to true if you do not want your output artifacts encrypted.
|
Boolean |
isOverrideArtifactName()
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
|
void |
setBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess) |
void |
setBucketOwnerAccess(String bucketOwnerAccess) |
void |
setEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted.
|
void |
setLocation(String location)
Information about the build output artifact location:
|
void |
setName(String name)
Along with
path and namespaceType , the pattern that CodeBuild uses to name and store
the output artifact: |
void |
setNamespaceType(ArtifactNamespace namespaceType)
Along with
path and name , the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
void |
setNamespaceType(String namespaceType)
Along with
path and name , the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
void |
setOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
void |
setPackaging(ArtifactPackaging packaging)
The type of build output artifact to create:
|
void |
setPackaging(String packaging)
The type of build output artifact to create:
|
void |
setPath(String path)
Along with
namespaceType and name , the pattern that CodeBuild uses to name and store
the output artifact: |
void |
setType(ArtifactsType type)
The type of build output artifact.
|
void |
setType(String type)
The type of build output artifact.
|
String |
toString()
Returns a string representation of this object.
|
ProjectArtifacts |
withArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
|
ProjectArtifacts |
withBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess) |
ProjectArtifacts |
withBucketOwnerAccess(String bucketOwnerAccess) |
ProjectArtifacts |
withEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted.
|
ProjectArtifacts |
withLocation(String location)
Information about the build output artifact location:
|
ProjectArtifacts |
withName(String name)
Along with
path and namespaceType , the pattern that CodeBuild uses to name and store
the output artifact: |
ProjectArtifacts |
withNamespaceType(ArtifactNamespace namespaceType)
Along with
path and name , the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
ProjectArtifacts |
withNamespaceType(String namespaceType)
Along with
path and name , the pattern that CodeBuild uses to determine the name and
location to store the output artifact: |
ProjectArtifacts |
withOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name.
|
ProjectArtifacts |
withPackaging(ArtifactPackaging packaging)
The type of build output artifact to create:
|
ProjectArtifacts |
withPackaging(String packaging)
The type of build output artifact to create:
|
ProjectArtifacts |
withPath(String path)
Along with
namespaceType and name , the pattern that CodeBuild uses to name and store
the output artifact: |
ProjectArtifacts |
withType(ArtifactsType type)
The type of build output artifact.
|
ProjectArtifacts |
withType(String type)
The type of build output artifact.
|
public void setType(String type)
The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
type
- The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
ArtifactsType
public String getType()
The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
ArtifactsType
public ProjectArtifacts withType(String type)
The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
type
- The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
ArtifactsType
public void setType(ArtifactsType type)
The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
type
- The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
ArtifactsType
public ProjectArtifacts withType(ArtifactsType type)
The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
type
- The type of build output artifact. Valid values include:
CODEPIPELINE
: The build project has build output generated through CodePipeline.
The CODEPIPELINE
type is not supported for secondaryArtifacts
.
NO_ARTIFACTS
: The build project does not produce any build output.
S3
: The build project stores build output in Amazon S3.
ArtifactsType
public void setLocation(String location)
Information about the build output artifact location:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output bucket.
location
- Information about the build output artifact location:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output bucket.
public String getLocation()
Information about the build output artifact location:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output bucket.
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output bucket.
public ProjectArtifacts withLocation(String location)
Information about the build output artifact location:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output bucket.
location
- Information about the build output artifact location:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output locations instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output bucket.
public void setPath(String path)
Along with namespaceType
and name
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the path to the output artifact. If path
is
not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
NONE
, and name
is set to MyArtifact.zip
, the output artifact is stored in
the output bucket at MyArtifacts/MyArtifact.zip
.
path
- Along with namespaceType
and name
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the path to the output artifact. If
path
is not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
NONE
, and name
is set to MyArtifact.zip
, the output artifact is
stored in the output bucket at MyArtifacts/MyArtifact.zip
.
public String getPath()
Along with namespaceType
and name
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the path to the output artifact. If path
is
not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
NONE
, and name
is set to MyArtifact.zip
, the output artifact is stored in
the output bucket at MyArtifacts/MyArtifact.zip
.
namespaceType
and name
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the path to the output artifact. If
path
is not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set
to NONE
, and name
is set to MyArtifact.zip
, the output artifact is
stored in the output bucket at MyArtifacts/MyArtifact.zip
.
public ProjectArtifacts withPath(String path)
Along with namespaceType
and name
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the path to the output artifact. If path
is
not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
NONE
, and name
is set to MyArtifact.zip
, the output artifact is stored in
the output bucket at MyArtifacts/MyArtifact.zip
.
path
- Along with namespaceType
and name
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the path to the output artifact. If
path
is not specified, path
is not used.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
NONE
, and name
is set to MyArtifact.zip
, the output artifact is
stored in the output bucket at MyArtifacts/MyArtifact.zip
.
public void setNamespaceType(String namespaceType)
Along with path
and name
, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is stored
in MyArtifacts/<build-ID>/MyArtifact.zip
.
namespaceType
- Along with path
and name
, the pattern that CodeBuild uses to determine the name
and location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
ArtifactNamespace
public String getNamespaceType()
Along with path
and name
, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is stored
in MyArtifacts/<build-ID>/MyArtifact.zip
.
path
and name
, the pattern that CodeBuild uses to determine the name
and location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set
to BUILD_ID
, and name
is set to MyArtifact.zip
, the output
artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
ArtifactNamespace
public ProjectArtifacts withNamespaceType(String namespaceType)
Along with path
and name
, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is stored
in MyArtifacts/<build-ID>/MyArtifact.zip
.
namespaceType
- Along with path
and name
, the pattern that CodeBuild uses to determine the name
and location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
ArtifactNamespace
public void setNamespaceType(ArtifactNamespace namespaceType)
Along with path
and name
, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is stored
in MyArtifacts/<build-ID>/MyArtifact.zip
.
namespaceType
- Along with path
and name
, the pattern that CodeBuild uses to determine the name
and location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
ArtifactNamespace
public ProjectArtifacts withNamespaceType(ArtifactNamespace namespaceType)
Along with path
and name
, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is stored
in MyArtifacts/<build-ID>/MyArtifact.zip
.
namespaceType
- Along with path
and name
, the pattern that CodeBuild uses to determine the name
and location to store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
BUILD_ID
: Include the build ID in the location of the build output artifact.
NONE
: Do not include the build ID. This is the default if namespaceType
is not
specified.
For example, if path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
ArtifactNamespace
public void setName(String name)
Along with path
and namespaceType
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you set the
name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and name
is
set to "/
", the output artifact is stored in the root of the output bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
name
- Along with path
and namespaceType
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you set
the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output
artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and
name
is set to "/
", the output artifact is stored in the root of the output
bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
public String getName()
Along with path
and namespaceType
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you set the
name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and name
is
set to "/
", the output artifact is stored in the root of the output bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
path
and namespaceType
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you
set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output
artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and
name
is set to "/
", the output artifact is stored in the root of the output
bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
public ProjectArtifacts withName(String name)
Along with path
and namespaceType
, the pattern that CodeBuild uses to name and store
the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you set the
name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output artifact is
stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and name
is
set to "/
", the output artifact is stored in the root of the output bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
name
- Along with path
and namespaceType
, the pattern that CodeBuild uses to name and
store the output artifact:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output names instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, this is the name of the output artifact object. If you set
the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to MyArtifact.zip
, then the output
artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip
.
If path
is empty, namespaceType
is set to NONE
, and
name
is set to "/
", the output artifact is stored in the root of the output
bucket.
If path
is set to MyArtifacts
, namespaceType
is set to
BUILD_ID
, and name
is set to "/
", the output artifact is stored in
MyArtifacts/<build-ID>
.
public void setPackaging(String packaging)
The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is the
default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
packaging
- The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is
the default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
ArtifactPackaging
public String getPackaging()
The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is the
default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This
is the default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
ArtifactPackaging
public ProjectArtifacts withPackaging(String packaging)
The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is the
default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
packaging
- The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is
the default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
ArtifactPackaging
public void setPackaging(ArtifactPackaging packaging)
The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is the
default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
packaging
- The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is
the default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
ArtifactPackaging
public ProjectArtifacts withPackaging(ArtifactPackaging packaging)
The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified. This is
because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no build
output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is the
default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
packaging
- The type of build output artifact to create:
If type
is set to CODEPIPELINE
, CodePipeline ignores this value if specified.
This is because CodePipeline manages its build output artifacts instead of CodeBuild.
If type
is set to NO_ARTIFACTS
, this value is ignored if specified, because no
build output is produced.
If type
is set to S3
, valid values include:
NONE
: CodeBuild creates in the output bucket a folder that contains the build output. This is
the default if packaging
is not specified.
ZIP
: CodeBuild creates in the output bucket a ZIP file that contains the build output.
ArtifactPackaging
public void setOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
overrideArtifactName
- If this flag is set, a name specified in the buildspec file overrides the artifact name. The name
specified in a buildspec file is calculated at build time and uses the Shell Command Language. For
example, you can append a date and time to your artifact name so that it is always unique.public Boolean getOverrideArtifactName()
If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
public ProjectArtifacts withOverrideArtifactName(Boolean overrideArtifactName)
If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
overrideArtifactName
- If this flag is set, a name specified in the buildspec file overrides the artifact name. The name
specified in a buildspec file is calculated at build time and uses the Shell Command Language. For
example, you can append a date and time to your artifact name so that it is always unique.public Boolean isOverrideArtifactName()
If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
public void setEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.
encryptionDisabled
- Set to true if you do not want your output artifacts encrypted. This option is valid only if your
artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is
thrown.public Boolean getEncryptionDisabled()
Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.
public ProjectArtifacts withEncryptionDisabled(Boolean encryptionDisabled)
Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.
encryptionDisabled
- Set to true if you do not want your output artifacts encrypted. This option is valid only if your
artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is
thrown.public Boolean isEncryptionDisabled()
Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.
public void setArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
artifactIdentifier
- An identifier for this artifact definition.public String getArtifactIdentifier()
An identifier for this artifact definition.
public ProjectArtifacts withArtifactIdentifier(String artifactIdentifier)
An identifier for this artifact definition.
artifactIdentifier
- An identifier for this artifact definition.public void setBucketOwnerAccess(String bucketOwnerAccess)
bucketOwnerAccess
- BucketOwnerAccess
public String getBucketOwnerAccess()
BucketOwnerAccess
public ProjectArtifacts withBucketOwnerAccess(String bucketOwnerAccess)
bucketOwnerAccess
- BucketOwnerAccess
public void setBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
bucketOwnerAccess
- BucketOwnerAccess
public ProjectArtifacts withBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
bucketOwnerAccess
- BucketOwnerAccess
public String toString()
toString
in class Object
Object.toString()
public ProjectArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.