@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 or customerManagedS3
storage. If not specified, the default is serviceManagedS3. This cannot 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()
Use this 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()
Use this to store channel data in an S3 bucket managed by AWS 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()
Use this to store channel data in an S3 bucket managed by AWS IoT Analytics. You cannot change the choice of service-managed or customer-managed S3 storage after the channel is created.
public final CustomerManagedChannelS3Storage customerManagedS3()
Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the
retentionPeriod parameter is ignored. You cannot change the choice of service-managed or
customer-managed S3 storage after the channel is created.
retentionPeriod parameter is ignored. You cannot change the choice of service-managed or
customer-managed S3 storage after the channel 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 © 2021. All rights reserved.