Class ChannelStorageSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.ChannelStorageSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>
@Generated("software.amazon.awssdk:codegen") public final class ChannelStorageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>
Where channel data is stored.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChannelStorageSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelStorageSummary.Builderbuilder()CustomerManagedChannelS3StorageSummarycustomerManagedS3()Used to store channel data in an S3 bucket that you manage.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ChannelStorageSummary.Builder>serializableBuilderClass()ServiceManagedChannelS3StorageSummaryserviceManagedS3()Used to store channel data in an S3 bucket managed by IoT Analytics.ChannelStorageSummary.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
-
serviceManagedS3
public final ServiceManagedChannelS3StorageSummary serviceManagedS3()
Used to store channel data in an S3 bucket managed by IoT Analytics.
- Returns:
- Used to store channel data in an S3 bucket managed by IoT Analytics.
-
customerManagedS3
public final CustomerManagedChannelS3StorageSummary customerManagedS3()
Used to store channel data in an S3 bucket that you manage.
- Returns:
- Used to store channel data in an S3 bucket that you manage.
-
toBuilder
public ChannelStorageSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelStorageSummary.Builder,ChannelStorageSummary>
-
builder
public static ChannelStorageSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChannelStorageSummary.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
-
-