@Generated(value="software.amazon.awssdk:codegen") public final class ChannelStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelStorage.Builder,ChannelStorage>
Where channel data is stored. You may choose one of serviceManagedS3, customerManagedS3
storage. If not specified, the default is serviceManagedS3. This can't be changed after creation of the
channel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelStorage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelStorage.Builder |
builder() |
CustomerManagedChannelS3Storage |
customerManagedS3()
Used to store channel data in an S3 bucket that you manage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelStorage.Builder> |
serializableBuilderClass() |
ServiceManagedChannelS3Storage |
serviceManagedS3()
Used to store channel data in an S3 bucket managed by IoT Analytics.
|
ChannelStorage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ServiceManagedChannelS3Storage serviceManagedS3()
Used to store channel data in an S3 bucket managed by IoT Analytics. You can't change the choice of S3 storage after the data store is created.
public final CustomerManagedChannelS3Storage customerManagedS3()
Used to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the
retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store
is created.
retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the
data store is created.public ChannelStorage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelStorage.Builder,ChannelStorage>public static ChannelStorage.Builder builder()
public static Class<? extends ChannelStorage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.