@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerManagedChannelS3StorageSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket in which channel data is stored.
|
static CustomerManagedChannelS3StorageSummary.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 channel data objects.
|
String |
roleArn()
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.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 S3 bucket in which channel data is stored.
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 (/).
public final String roleArn()
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
public CustomerManagedChannelS3StorageSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerManagedChannelS3StorageSummary.Builder,CustomerManagedChannelS3StorageSummary>public static CustomerManagedChannelS3StorageSummary.Builder builder()
public static Class<? extends CustomerManagedChannelS3StorageSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.