@Stability(value=Stable) public static final class CfnLocationS3Props.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationS3Props>
CfnLocationS3Props| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLocationS3Props |
build()
Builds the configured instance.
|
CfnLocationS3Props.Builder |
s3BucketArn(String s3BucketArn)
Sets the value of
CfnLocationS3Props.getS3BucketArn() |
CfnLocationS3Props.Builder |
s3Config(CfnLocationS3.S3ConfigProperty s3Config)
Sets the value of
CfnLocationS3Props.getS3Config() |
CfnLocationS3Props.Builder |
s3Config(IResolvable s3Config)
Sets the value of
CfnLocationS3Props.getS3Config() |
CfnLocationS3Props.Builder |
s3StorageClass(String s3StorageClass)
Sets the value of
CfnLocationS3Props.getS3StorageClass() |
CfnLocationS3Props.Builder |
subdirectory(String subdirectory)
Sets the value of
CfnLocationS3Props.getSubdirectory() |
CfnLocationS3Props.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnLocationS3Props.getTags() |
@Stability(value=Stable) public CfnLocationS3Props.Builder s3BucketArn(String s3BucketArn)
CfnLocationS3Props.getS3BucketArn()s3BucketArn - `AWS::DataSync::LocationS3.S3BucketArn`. This parameter is required.this@Stability(value=Stable) public CfnLocationS3Props.Builder s3Config(CfnLocationS3.S3ConfigProperty s3Config)
CfnLocationS3Props.getS3Config()s3Config - `AWS::DataSync::LocationS3.S3Config`. This parameter is required.this@Stability(value=Stable) public CfnLocationS3Props.Builder s3Config(IResolvable s3Config)
CfnLocationS3Props.getS3Config()s3Config - `AWS::DataSync::LocationS3.S3Config`. This parameter is required.this@Stability(value=Stable) public CfnLocationS3Props.Builder s3StorageClass(String s3StorageClass)
CfnLocationS3Props.getS3StorageClass()s3StorageClass - `AWS::DataSync::LocationS3.S3StorageClass`.this@Stability(value=Stable) public CfnLocationS3Props.Builder subdirectory(String subdirectory)
CfnLocationS3Props.getSubdirectory()subdirectory - `AWS::DataSync::LocationS3.Subdirectory`.this@Stability(value=Stable) public CfnLocationS3Props.Builder tags(List<? extends CfnTag> tags)
CfnLocationS3Props.getTags()tags - `AWS::DataSync::LocationS3.Tags`.this@Stability(value=Stable) public CfnLocationS3Props build()
build in interface software.amazon.jsii.Builder<CfnLocationS3Props>CfnLocationS3PropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.