@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetContentDeliveryRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetContentDeliveryRule.Builder |
builder() |
DatasetContentDeliveryDestination |
destination()
The destination to which dataset contents are delivered.
|
String |
entryName()
The name of the dataset content delivery rules entry.
|
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 DatasetContentDeliveryRule.Builder> |
serializableBuilderClass() |
DatasetContentDeliveryRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entryName()
The name of the dataset content delivery rules entry.
public final DatasetContentDeliveryDestination destination()
The destination to which dataset contents are delivered.
public DatasetContentDeliveryRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetContentDeliveryRule.Builder,DatasetContentDeliveryRule>public static DatasetContentDeliveryRule.Builder builder()
public static Class<? extends DatasetContentDeliveryRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.