public static interface CustomerManagedChannelS3StorageSummary.Builder extends SdkPojo, CopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedChannelS3StorageSummary.Builder |
bucket(String bucket)
The name of the S3 bucket in which channel data is stored.
|
CustomerManagedChannelS3StorageSummary.Builder |
keyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the channel data objects.
|
CustomerManagedChannelS3StorageSummary.Builder |
roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomerManagedChannelS3StorageSummary.Builder bucket(String bucket)
The name of the S3 bucket in which channel data is stored.
bucket - The name of the S3 bucket in which channel data is stored.CustomerManagedChannelS3StorageSummary.Builder keyPrefix(String 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 (/).
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 (/).CustomerManagedChannelS3StorageSummary.Builder roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
roleArn - The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.Copyright © 2023. All rights reserved.