public static final class CfnDeploymentGroup.S3LocationProperty.Builder extends Object
CfnDeploymentGroup.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.S3LocationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.S3LocationProperty.Builder |
withBucket(String value)
Sets the value of Bucket
|
CfnDeploymentGroup.S3LocationProperty.Builder |
withBundleType(String value)
Sets the value of BundleType
|
CfnDeploymentGroup.S3LocationProperty.Builder |
withETag(String value)
Sets the value of ETag
|
CfnDeploymentGroup.S3LocationProperty.Builder |
withKey(String value)
Sets the value of Key
|
CfnDeploymentGroup.S3LocationProperty.Builder |
withVersion(String value)
Sets the value of Version
|
public CfnDeploymentGroup.S3LocationProperty.Builder withBucket(String value)
value - ``CfnDeploymentGroup.S3LocationProperty.Bucket``thispublic CfnDeploymentGroup.S3LocationProperty.Builder withKey(String value)
value - ``CfnDeploymentGroup.S3LocationProperty.Key``thispublic CfnDeploymentGroup.S3LocationProperty.Builder withBundleType(@Nullable String value)
value - ``CfnDeploymentGroup.S3LocationProperty.BundleType``thispublic CfnDeploymentGroup.S3LocationProperty.Builder withETag(@Nullable String value)
value - ``CfnDeploymentGroup.S3LocationProperty.ETag``thispublic CfnDeploymentGroup.S3LocationProperty.Builder withVersion(@Nullable String value)
value - ``CfnDeploymentGroup.S3LocationProperty.Version``thispublic CfnDeploymentGroup.S3LocationProperty build()
CfnDeploymentGroup.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.