@Stability(value=Stable) public static final class CfnPipeline.ArtifactStoreProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.ArtifactStoreProperty>
CfnPipeline.ArtifactStoreProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.ArtifactStoreProperty |
build()
Builds the configured instance.
|
CfnPipeline.ArtifactStoreProperty.Builder |
encryptionKey(CfnPipeline.EncryptionKeyProperty encryptionKey)
Sets the value of
CfnPipeline.ArtifactStoreProperty.getEncryptionKey() |
CfnPipeline.ArtifactStoreProperty.Builder |
encryptionKey(IResolvable encryptionKey)
Sets the value of
CfnPipeline.ArtifactStoreProperty.getEncryptionKey() |
CfnPipeline.ArtifactStoreProperty.Builder |
location(String location)
Sets the value of
CfnPipeline.ArtifactStoreProperty.getLocation() |
CfnPipeline.ArtifactStoreProperty.Builder |
type(String type)
Sets the value of
CfnPipeline.ArtifactStoreProperty.getType() |
@Stability(value=Stable) public CfnPipeline.ArtifactStoreProperty.Builder location(String location)
CfnPipeline.ArtifactStoreProperty.getLocation()location - `CfnPipeline.ArtifactStoreProperty.Location`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ArtifactStoreProperty.Builder type(String type)
CfnPipeline.ArtifactStoreProperty.getType()type - `CfnPipeline.ArtifactStoreProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.ArtifactStoreProperty.Builder encryptionKey(CfnPipeline.EncryptionKeyProperty encryptionKey)
CfnPipeline.ArtifactStoreProperty.getEncryptionKey()encryptionKey - `CfnPipeline.ArtifactStoreProperty.EncryptionKey`.this@Stability(value=Stable) public CfnPipeline.ArtifactStoreProperty.Builder encryptionKey(IResolvable encryptionKey)
CfnPipeline.ArtifactStoreProperty.getEncryptionKey()encryptionKey - `CfnPipeline.ArtifactStoreProperty.EncryptionKey`.this@Stability(value=Stable) public CfnPipeline.ArtifactStoreProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.ArtifactStoreProperty>CfnPipeline.ArtifactStorePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.