@Stability(value=Stable) public static final class CfnLayerVersion.ContentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLayerVersion.ContentProperty>
CfnLayerVersion.ContentProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLayerVersion.ContentProperty |
build()
Builds the configured instance.
|
CfnLayerVersion.ContentProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnLayerVersion.ContentProperty.getS3Bucket() |
CfnLayerVersion.ContentProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnLayerVersion.ContentProperty.getS3Key() |
CfnLayerVersion.ContentProperty.Builder |
s3ObjectVersion(String s3ObjectVersion)
Sets the value of
CfnLayerVersion.ContentProperty.getS3ObjectVersion() |
@Stability(value=Stable) public CfnLayerVersion.ContentProperty.Builder s3Bucket(String s3Bucket)
CfnLayerVersion.ContentProperty.getS3Bucket()
s3Bucket
- `CfnLayerVersion.ContentProperty.S3Bucket`. This parameter is required.this
@Stability(value=Stable) public CfnLayerVersion.ContentProperty.Builder s3Key(String s3Key)
CfnLayerVersion.ContentProperty.getS3Key()
s3Key
- `CfnLayerVersion.ContentProperty.S3Key`. This parameter is required.this
@Stability(value=Stable) public CfnLayerVersion.ContentProperty.Builder s3ObjectVersion(String s3ObjectVersion)
CfnLayerVersion.ContentProperty.getS3ObjectVersion()
s3ObjectVersion
- `CfnLayerVersion.ContentProperty.S3ObjectVersion`.this
@Stability(value=Stable) public CfnLayerVersion.ContentProperty build()
build
in interface software.amazon.jsii.Builder<CfnLayerVersion.ContentProperty>
CfnLayerVersion.ContentProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.