@Generated(value="software.amazon.awssdk:codegen") public final class IotSiteWiseCustomerManagedDatastoreS3StorageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder,IotSiteWiseCustomerManagedDatastoreS3StorageSummary>
Contains information about the data store that you manage, which stores data used by IoT SiteWise.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the Amazon S3 bucket where your data is stored.
|
static IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyPrefix()
(Optional) The prefix used to create the keys of the data store data objects.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder> |
serializableBuilderClass() |
IotSiteWiseCustomerManagedDatastoreS3StorageSummary.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 Amazon S3 bucket where your 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 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 (/).
public IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder toBuilder()
public static IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder builder()
public static Class<? extends IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.