@Stability(value=Stable) public static final class CfnDeploymentGroup.S3LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.S3LocationProperty>
CfnDeploymentGroup.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.S3LocationProperty.Builder |
bucket(String bucket)
Sets the value of
CfnDeploymentGroup.S3LocationProperty.getBucket() |
CfnDeploymentGroup.S3LocationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.S3LocationProperty.Builder |
bundleType(String bundleType)
Sets the value of
CfnDeploymentGroup.S3LocationProperty.getBundleType() |
CfnDeploymentGroup.S3LocationProperty.Builder |
eTag(String eTag)
Sets the value of
CfnDeploymentGroup.S3LocationProperty.getETag() |
CfnDeploymentGroup.S3LocationProperty.Builder |
key(String key)
Sets the value of
CfnDeploymentGroup.S3LocationProperty.getKey() |
CfnDeploymentGroup.S3LocationProperty.Builder |
version(String version)
Sets the value of
CfnDeploymentGroup.S3LocationProperty.getVersion() |
@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder bucket(String bucket)
CfnDeploymentGroup.S3LocationProperty.getBucket()bucket - `CfnDeploymentGroup.S3LocationProperty.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder key(String key)
CfnDeploymentGroup.S3LocationProperty.getKey()key - `CfnDeploymentGroup.S3LocationProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder bundleType(String bundleType)
CfnDeploymentGroup.S3LocationProperty.getBundleType()bundleType - `CfnDeploymentGroup.S3LocationProperty.BundleType`.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder eTag(String eTag)
CfnDeploymentGroup.S3LocationProperty.getETag()eTag - `CfnDeploymentGroup.S3LocationProperty.ETag`.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder version(String version)
CfnDeploymentGroup.S3LocationProperty.getVersion()version - `CfnDeploymentGroup.S3LocationProperty.Version`.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.S3LocationProperty>CfnDeploymentGroup.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.