@Generated(value="software.amazon.awssdk:codegen") public final class CustomerManagedDatastoreS3StorageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedDatastoreS3StorageSummary.Builder,CustomerManagedDatastoreS3StorageSummary>
Used to store data store data in an S3 bucket that you manage.
Modifier and Type | Class and Description |
---|---|
static interface |
CustomerManagedDatastoreS3StorageSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The name of the S3 bucket in which data store data is stored.
|
static CustomerManagedDatastoreS3StorageSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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 CustomerManagedDatastoreS3StorageSummary.Builder> |
serializableBuilderClass() |
CustomerManagedDatastoreS3StorageSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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 CustomerManagedDatastoreS3StorageSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CustomerManagedDatastoreS3StorageSummary.Builder,CustomerManagedDatastoreS3StorageSummary>
public static CustomerManagedDatastoreS3StorageSummary.Builder builder()
public static Class<? extends CustomerManagedDatastoreS3StorageSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()