Class DatasetContentDeliveryRule
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.DatasetContentDeliveryRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetContentDeliveryRule.Builder,DatasetContentDeliveryRule>
@Generated("software.amazon.awssdk:codegen") public final class DatasetContentDeliveryRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentDeliveryRule.Builder,DatasetContentDeliveryRule>
When dataset contents are created, they are delivered to destination specified here.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetContentDeliveryRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatasetContentDeliveryRule.Builderbuilder()DatasetContentDeliveryDestinationdestination()The destination to which dataset contents are delivered.StringentryName()The name of the dataset content delivery rules entry.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 DatasetContentDeliveryRule.Builder>serializableBuilderClass()DatasetContentDeliveryRule.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
-
entryName
public final String entryName()
The name of the dataset content delivery rules entry.
- Returns:
- The name of the dataset content delivery rules entry.
-
destination
public final DatasetContentDeliveryDestination destination()
The destination to which dataset contents are delivered.
- Returns:
- The destination to which dataset contents are delivered.
-
toBuilder
public DatasetContentDeliveryRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetContentDeliveryRule.Builder,DatasetContentDeliveryRule>
-
builder
public static DatasetContentDeliveryRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetContentDeliveryRule.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
-
-