public static interface DatasetContentDeliveryDestination.Builder extends SdkPojo, CopyableBuilder<DatasetContentDeliveryDestination.Builder,DatasetContentDeliveryDestination>
| Modifier and Type | Method and Description |
|---|---|
default DatasetContentDeliveryDestination.Builder |
iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
DatasetContentDeliveryDestination.Builder |
iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
default DatasetContentDeliveryDestination.Builder |
s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
DatasetContentDeliveryDestination.Builder |
s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetContentDeliveryDestination.Builder iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
iotEventsDestinationConfiguration - Configuration information for delivery of dataset contents to IoT Events.default DatasetContentDeliveryDestination.Builder iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
This is a convenience method that creates an instance of theIotEventsDestinationConfiguration.Builder avoiding the need to create one manually via
IotEventsDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
iotEventsDestinationConfiguration(IotEventsDestinationConfiguration).
iotEventsDestinationConfiguration - a consumer that will call methods on IotEventsDestinationConfiguration.BuilderiotEventsDestinationConfiguration(IotEventsDestinationConfiguration)DatasetContentDeliveryDestination.Builder s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
s3DestinationConfiguration - Configuration information for delivery of dataset contents to Amazon S3.default DatasetContentDeliveryDestination.Builder s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
This is a convenience method that creates an instance of theS3DestinationConfiguration.Builder
avoiding the need to create one manually via S3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3DestinationConfiguration(S3DestinationConfiguration).
s3DestinationConfiguration - a consumer that will call methods on S3DestinationConfiguration.Builders3DestinationConfiguration(S3DestinationConfiguration)Copyright © 2023. All rights reserved.