Class IotSiteWiseCustomerManagedDatastoreS3StorageSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.IotSiteWiseCustomerManagedDatastoreS3StorageSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder,IotSiteWiseCustomerManagedDatastoreS3StorageSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the Amazon S3 bucket where your data is stored.static IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyPrefix()(Optional) The prefix used to create the keys of the data store data objects.List<SdkField<?>>sdkFields()static Class<? extends IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder>serializableBuilderClass()IotSiteWiseCustomerManagedDatastoreS3StorageSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final String bucket()
The name of the Amazon S3 bucket where your data is stored.
- Returns:
- The name of the Amazon S3 bucket where your data is stored.
-
keyPrefix
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 (/).
- Returns:
- (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 (/).
-
toBuilder
public IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder toBuilder()
-
builder
public static IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-