@Stability(value=Stable) public static final class CfnChannel.CustomerManagedS3Property.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.CustomerManagedS3Property>
CfnChannel.CustomerManagedS3Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.CustomerManagedS3Property.Builder |
bucket(String bucket)
Sets the value of
CfnChannel.CustomerManagedS3Property.getBucket() |
CfnChannel.CustomerManagedS3Property |
build()
Builds the configured instance.
|
CfnChannel.CustomerManagedS3Property.Builder |
keyPrefix(String keyPrefix)
Sets the value of
CfnChannel.CustomerManagedS3Property.getKeyPrefix() |
CfnChannel.CustomerManagedS3Property.Builder |
roleArn(String roleArn)
Sets the value of
CfnChannel.CustomerManagedS3Property.getRoleArn() |
@Stability(value=Stable) public CfnChannel.CustomerManagedS3Property.Builder bucket(String bucket)
CfnChannel.CustomerManagedS3Property.getBucket()bucket - The name of the S3 bucket in which channel data is stored. This parameter is required.this@Stability(value=Stable) public CfnChannel.CustomerManagedS3Property.Builder roleArn(String roleArn)
CfnChannel.CustomerManagedS3Property.getRoleArn()roleArn - The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources. This parameter is required.this@Stability(value=Stable) public CfnChannel.CustomerManagedS3Property.Builder keyPrefix(String keyPrefix)
CfnChannel.CustomerManagedS3Property.getKeyPrefix()keyPrefix - (Optional) The prefix used to create the keys of the channel data objects.
Each object in an S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).this@Stability(value=Stable) public CfnChannel.CustomerManagedS3Property build()
build in interface software.amazon.jsii.Builder<CfnChannel.CustomerManagedS3Property>CfnChannel.CustomerManagedS3PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.