Interface CustomerManagedDatastoreS3Storage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>,SdkBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>,SdkPojo
- Enclosing class:
- CustomerManagedDatastoreS3Storage
public static interface CustomerManagedDatastoreS3Storage.Builder extends SdkPojo, CopyableBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerManagedDatastoreS3Storage.Builderbucket(String bucket)The name of the Amazon S3 bucket where your data is stored.CustomerManagedDatastoreS3Storage.BuilderkeyPrefix(String keyPrefix)(Optional) The prefix used to create the keys of the data store data objects.CustomerManagedDatastoreS3Storage.BuilderroleArn(String roleArn)The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
CustomerManagedDatastoreS3Storage.Builder bucket(String 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
CustomerManagedDatastoreS3Storage.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 (/).
- 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.
-
roleArn
CustomerManagedDatastoreS3Storage.Builder roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
- Parameters:
roleArn- The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-