public static interface IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder extends SdkPojo, CopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder,IotSiteWiseCustomerManagedDatastoreS3StorageSummary>
| Modifier and Type | Method and Description |
|---|---|
IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket where your data is stored.
|
IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder |
keyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the data store data objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder bucket(String bucket)
The name of the Amazon S3 bucket where your data is stored.
bucket - The name of the Amazon S3 bucket where your data is stored.IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder keyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in 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 data store data objects. Each object in an Amazon
S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly
one key. The prefix must end with a forward slash (/).Copyright © 2023. All rights reserved.