Class IotSiteWiseCustomerManagedDatastoreS3Storage
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.IotSiteWiseCustomerManagedDatastoreS3Storage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>
@Generated("software.amazon.awssdk:codegen") public final class IotSiteWiseCustomerManagedDatastoreS3Storage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotSiteWiseCustomerManagedDatastoreS3Storage.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 IotSiteWiseCustomerManagedDatastoreS3Storage.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 IotSiteWiseCustomerManagedDatastoreS3Storage.Builder>serializableBuilderClass()IotSiteWiseCustomerManagedDatastoreS3Storage.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 IotSiteWiseCustomerManagedDatastoreS3Storage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IotSiteWiseCustomerManagedDatastoreS3Storage.Builder,IotSiteWiseCustomerManagedDatastoreS3Storage>
-
builder
public static IotSiteWiseCustomerManagedDatastoreS3Storage.Builder builder()
-
serializableBuilderClass
public static Class<? extends IotSiteWiseCustomerManagedDatastoreS3Storage.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.
-
-