Class CfnProject.ArtifactsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject.ArtifactsProperty>
- Enclosing interface:
- CfnProject.ArtifactsProperty
CfnProject.ArtifactsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactIdentifier(String artifactIdentifier) Sets the value ofCfnProject.ArtifactsProperty.getArtifactIdentifier()build()Builds the configured instance.encryptionDisabled(Boolean encryptionDisabled) Sets the value ofCfnProject.ArtifactsProperty.getEncryptionDisabled()encryptionDisabled(IResolvable encryptionDisabled) Sets the value ofCfnProject.ArtifactsProperty.getEncryptionDisabled()Sets the value ofCfnProject.ArtifactsProperty.getLocation()Sets the value ofCfnProject.ArtifactsProperty.getName()namespaceType(String namespaceType) Sets the value ofCfnProject.ArtifactsProperty.getNamespaceType()overrideArtifactName(Boolean overrideArtifactName) Sets the value ofCfnProject.ArtifactsProperty.getOverrideArtifactName()overrideArtifactName(IResolvable overrideArtifactName) Sets the value ofCfnProject.ArtifactsProperty.getOverrideArtifactName()Sets the value ofCfnProject.ArtifactsProperty.getPackaging()Sets the value ofCfnProject.ArtifactsProperty.getPath()Sets the value ofCfnProject.ArtifactsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnProject.ArtifactsProperty.getType()- Parameters:
type- The type of build output artifact. Valid values include:. This parameter is required.CODEPIPELINE: The build project has build output generated through CodePipeline.
The
CODEPIPELINEtype is not supported forsecondaryArtifacts.NO_ARTIFACTS: The build project does not produce any build output.S3: The build project stores build output in Amazon S3.
- Returns:
this
-
artifactIdentifier
@Stability(Stable) public CfnProject.ArtifactsProperty.Builder artifactIdentifier(String artifactIdentifier) Sets the value ofCfnProject.ArtifactsProperty.getArtifactIdentifier()- Parameters:
artifactIdentifier- An identifier for this artifact definition.- Returns:
this
-
encryptionDisabled
@Stability(Stable) public CfnProject.ArtifactsProperty.Builder encryptionDisabled(Boolean encryptionDisabled) Sets the value ofCfnProject.ArtifactsProperty.getEncryptionDisabled()- Parameters:
encryptionDisabled- Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon Simple Storage Service (Amazon S3). If this is set with another artifacts type, aninvalidInputExceptionis thrown.- Returns:
this
-
encryptionDisabled
@Stability(Stable) public CfnProject.ArtifactsProperty.Builder encryptionDisabled(IResolvable encryptionDisabled) Sets the value ofCfnProject.ArtifactsProperty.getEncryptionDisabled()- Parameters:
encryptionDisabled- Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon Simple Storage Service (Amazon S3). If this is set with another artifacts type, aninvalidInputExceptionis thrown.- Returns:
this
-
location
Sets the value ofCfnProject.ArtifactsProperty.getLocation()- Parameters:
location- Information about the build output artifact location:.- If
typeis set toCODEPIPELINE, AWS CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, this is the name of the output bucket.
If you specify
CODEPIPELINEorNO_ARTIFACTSfor theTypeproperty, don't specify this property. For all of the other types, you must specify this property.- If
- Returns:
this
-
name
Sets the value ofCfnProject.ArtifactsProperty.getName()- Parameters:
name- Along withpathandnamespaceType, the pattern that AWS CodeBuild uses to name and store the output artifact:.- If
typeis set toCODEPIPELINE, AWS CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, 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
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set toMyArtifact.zip, then the output artifact is stored inMyArtifacts/ *build-ID* /MyArtifact.zip. - If
pathis empty,namespaceTypeis set toNONE, andnameis set to "/", the output artifact is stored in the root of the output bucket. - If
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set to "/", the output artifact is stored inMyArtifacts/ *build-ID*.
If you specify
CODEPIPELINEorNO_ARTIFACTSfor theTypeproperty, don't specify this property. For all of the other types, you must specify this property.- If
- Returns:
this
-
namespaceType
Sets the value ofCfnProject.ArtifactsProperty.getNamespaceType()- Parameters:
namespaceType- Along withpathandname, the pattern that AWS CodeBuild uses to determine the name and location to store the output artifact: - Iftypeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of AWS CodeBuild .- If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, 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 ifnamespaceTypeis not specified.
For example, if
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set toMyArtifact.zip, the output artifact is stored inMyArtifacts/<build-ID>/MyArtifact.zip.- If
- Returns:
this
-
overrideArtifactName
@Stability(Stable) public CfnProject.ArtifactsProperty.Builder overrideArtifactName(Boolean overrideArtifactName) Sets the value ofCfnProject.ArtifactsProperty.getOverrideArtifactName()- Parameters:
overrideArtifactName- If set to true 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.- Returns:
this
-
overrideArtifactName
@Stability(Stable) public CfnProject.ArtifactsProperty.Builder overrideArtifactName(IResolvable overrideArtifactName) Sets the value ofCfnProject.ArtifactsProperty.getOverrideArtifactName()- Parameters:
overrideArtifactName- If set to true 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.- Returns:
this
-
packaging
Sets the value ofCfnProject.ArtifactsProperty.getPackaging()- Parameters:
packaging- The type of build output artifact to create:.- If
typeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, valid values include: NONE: AWS CodeBuild creates in the output bucket a folder that contains the build output. This is the default ifpackagingis not specified.ZIP: AWS CodeBuild creates in the output bucket a ZIP file that contains the build output.
- If
- Returns:
this
-
path
Sets the value ofCfnProject.ArtifactsProperty.getPath()- Parameters:
path- Along withnamespaceTypeandname, the pattern that AWS CodeBuild uses to name and store the output artifact:.- If
typeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, this is the path to the output artifact. Ifpathis not specified,pathis not used.
For example, if
pathis set toMyArtifacts,namespaceTypeis set toNONE, andnameis set toMyArtifact.zip, the output artifact is stored in the output bucket atMyArtifacts/MyArtifact.zip.- If
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProject.ArtifactsProperty>- Returns:
- a new instance of
CfnProject.ArtifactsProperty - Throws:
NullPointerException- if any required attribute was not provided
-