@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 - The name of the Amazon S3 bucket where the application revision is stored. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder key(String key)
CfnDeploymentGroup.S3LocationProperty.getKey()key - The name of the Amazon S3 object that represents the bundled artifacts for the application revision. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder bundleType(String bundleType)
CfnDeploymentGroup.S3LocationProperty.getBundleType()bundleType - The file type of the application revision. Must be one of the following:.
this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder eTag(String eTag)
CfnDeploymentGroup.S3LocationProperty.getETag()eTag - The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object is skipped.this@Stability(value=Stable) public CfnDeploymentGroup.S3LocationProperty.Builder version(String version)
CfnDeploymentGroup.S3LocationProperty.getVersion()version - A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system uses the most recent version by default.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 © 2022. All rights reserved.