Class CustomerManagedChannelS3StorageSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.CustomerManagedChannelS3StorageSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>
@Generated("software.amazon.awssdk:codegen") public final class CustomerManagedChannelS3StorageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>
Used to store channel data in an S3 bucket that you manage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerManagedChannelS3StorageSummary.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 CustomerManagedChannelS3StorageSummary.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.List<SdkField<?>>sdkFields()static Class<? extends CustomerManagedChannelS3StorageSummary.Builder>serializableBuilderClass()CustomerManagedChannelS3StorageSummary.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 within 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 within 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 CustomerManagedChannelS3StorageSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>
-
builder
public static CustomerManagedChannelS3StorageSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerManagedChannelS3StorageSummary.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.
-
-