Class CustomerManagedChannelS3Storage
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.CustomerManagedChannelS3Storage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerManagedChannelS3Storage.Builder,CustomerManagedChannelS3Storage>
@Generated("software.amazon.awssdk:codegen") public final class CustomerManagedChannelS3Storage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedChannelS3Storage.Builder,CustomerManagedChannelS3Storage>
Used to store channel data in an S3 bucket that you manage. If customer-managed storage is selected, the
retentionPeriodparameter is ignored. You can't change the choice of S3 storage after the data store is created.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerManagedChannelS3Storage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the S3 bucket in which channel data is stored.static CustomerManagedChannelS3Storage.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 channel data objects.StringroleArn()The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomerManagedChannelS3Storage.Builder>serializableBuilderClass()CustomerManagedChannelS3Storage.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 S3 bucket in which channel data is stored.
- Returns:
- The name of the S3 bucket in which channel data is stored.
-
keyPrefix
public final String keyPrefix()
(Optional) The prefix used to create the keys of the channel 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 (/).
- Returns:
- (Optional) The prefix used to create the keys of the channel 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 (/).
-
roleArn
public final String roleArn()
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
- Returns:
- The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
-
toBuilder
public CustomerManagedChannelS3Storage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerManagedChannelS3Storage.Builder,CustomerManagedChannelS3Storage>
-
builder
public static CustomerManagedChannelS3Storage.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerManagedChannelS3Storage.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-