public static interface DatasetContentDeliveryRule.Builder extends SdkPojo, CopyableBuilder<DatasetContentDeliveryRule.Builder,DatasetContentDeliveryRule>
| Modifier and Type | Method and Description |
|---|---|
default DatasetContentDeliveryRule.Builder |
destination(Consumer<DatasetContentDeliveryDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
DatasetContentDeliveryRule.Builder |
destination(DatasetContentDeliveryDestination destination)
Sets the value of the Destination property for this object.
|
DatasetContentDeliveryRule.Builder |
entryName(String entryName)
Sets the value of the EntryName property for this object.
|
copyapplyMutation, buildDatasetContentDeliveryRule.Builder entryName(String entryName)
entryName - The new value for the EntryName property for this object.DatasetContentDeliveryRule.Builder destination(DatasetContentDeliveryDestination destination)
destination - The new value for the Destination property for this object.default DatasetContentDeliveryRule.Builder destination(Consumer<DatasetContentDeliveryDestination.Builder> destination)
DatasetContentDeliveryDestination.Builder
avoiding the need to create one manually via DatasetContentDeliveryDestination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to destination(DatasetContentDeliveryDestination).destination - a consumer that will call methods on DatasetContentDeliveryDestination.Builderdestination(DatasetContentDeliveryDestination)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.