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)
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryRule.Builder |
destination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryRule.Builder |
entryName(String entryName)
The name of the dataset content delivery rules entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetContentDeliveryRule.Builder entryName(String entryName)
The name of the dataset content delivery rules entry.
entryName - The name of the dataset content delivery rules entry.DatasetContentDeliveryRule.Builder destination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
destination - The destination to which dataset contents are delivered.default DatasetContentDeliveryRule.Builder destination(Consumer<DatasetContentDeliveryDestination.Builder> destination)
The destination to which dataset contents are delivered.
This is a convenience method that creates an instance of theDatasetContentDeliveryDestination.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 © 2023. All rights reserved.