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