Interface IotSiteWiseCustomerManagedDatastoreS3Storage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>, SdkBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>, SdkPojo
Enclosing class:
IotSiteWiseCustomerManagedDatastoreS3Storage

public static interface IotSiteWiseCustomerManagedDatastoreS3Storage.Builder extends SdkPojo, CopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>
  • Method Details

    • bucket

      The name of the Amazon S3 bucket where your data is stored.

      Parameters:
      bucket - The name of the Amazon S3 bucket where your data is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 (/).

      Parameters:
      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 (/).
      Returns:
      Returns a reference to this object so that method calls can be chained together.