@Stability(value=Stable) public static final class CfnPipeline.ArtifactStoreMapProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.ArtifactStoreMapProperty>
CfnPipeline.ArtifactStoreMapProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.ArtifactStoreMapProperty.Builder |
artifactStore(CfnPipeline.ArtifactStoreProperty artifactStore)
Sets the value of
CfnPipeline.ArtifactStoreMapProperty.getArtifactStore() |
CfnPipeline.ArtifactStoreMapProperty.Builder |
artifactStore(IResolvable artifactStore)
Sets the value of
CfnPipeline.ArtifactStoreMapProperty.getArtifactStore() |
CfnPipeline.ArtifactStoreMapProperty |
build()
Builds the configured instance.
|
CfnPipeline.ArtifactStoreMapProperty.Builder |
region(String region)
Sets the value of
CfnPipeline.ArtifactStoreMapProperty.getRegion() |
@Stability(value=Stable) public CfnPipeline.ArtifactStoreMapProperty.Builder artifactStore(IResolvable artifactStore)
CfnPipeline.ArtifactStoreMapProperty.getArtifactStore()artifactStore - Represents information about the S3 bucket where artifacts are stored for the pipeline. This parameter is required.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipeline.ArtifactStoreMapProperty.Builder artifactStore(CfnPipeline.ArtifactStoreProperty artifactStore)
CfnPipeline.ArtifactStoreMapProperty.getArtifactStore()artifactStore - Represents information about the S3 bucket where artifacts are stored for the pipeline. This parameter is required.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipeline.ArtifactStoreMapProperty.Builder region(String region)
CfnPipeline.ArtifactStoreMapProperty.getRegion()region - The action declaration's AWS Region, such as us-east-1. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ArtifactStoreMapProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.ArtifactStoreMapProperty>CfnPipeline.ArtifactStoreMapPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.