@Generated(value="software.amazon.awssdk:codegen") public final class CustomerManagedDatastoreS3Storage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>
Use this to store data store data in an S3 bucket that you manage. When customer-managed storage is selected, the
retentionPeriod parameter is ignored. You cannot change the choice of service-managed or
customer-managed S3 storage after the data store is created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerManagedDatastoreS3Storage.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket in which data store data is stored.
|
static CustomerManagedDatastoreS3Storage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyPrefix()
Optional.
|
String |
roleArn()
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerManagedDatastoreS3Storage.Builder> |
serializableBuilderClass() |
CustomerManagedDatastoreS3Storage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the S3 bucket in which data store data is stored.
public final String keyPrefix()
Optional. The prefix used to create the keys of the data store data objects. Each object in an 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 (/).
public final String roleArn()
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
public CustomerManagedDatastoreS3Storage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>public static CustomerManagedDatastoreS3Storage.Builder builder()
public static Class<? extends CustomerManagedDatastoreS3Storage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.