@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 - The Amazon S3 bucket of the layer archive. This parameter is required.this@Stability(value=Stable) public CfnLayerVersion.ContentProperty.Builder s3Key(String s3Key)
CfnLayerVersion.ContentProperty.getS3Key()s3Key - The Amazon S3 key of the layer archive. This parameter is required.this@Stability(value=Stable) public CfnLayerVersion.ContentProperty.Builder s3ObjectVersion(String s3ObjectVersion)
CfnLayerVersion.ContentProperty.getS3ObjectVersion()s3ObjectVersion - For versioned objects, the version of the layer archive object to use.this@Stability(value=Stable) public CfnLayerVersion.ContentProperty build()
build in interface software.amazon.jsii.Builder<CfnLayerVersion.ContentProperty>CfnLayerVersion.ContentPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.