Interface DatasetContentDeliveryDestination.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DatasetContentDeliveryDestination.Builder,,DatasetContentDeliveryDestination> SdkBuilder<DatasetContentDeliveryDestination.Builder,,DatasetContentDeliveryDestination> SdkPojo
- Enclosing class:
 DatasetContentDeliveryDestination
public static interface DatasetContentDeliveryDestination.Builder
extends SdkPojo, CopyableBuilder<DatasetContentDeliveryDestination.Builder,DatasetContentDeliveryDestination> 
- 
Method Summary
Modifier and TypeMethodDescriptioniotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration) Configuration information for delivery of dataset contents to IoT Events.iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration) Configuration information for delivery of dataset contents to IoT Events.s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration) Configuration information for delivery of dataset contents to Amazon S3.s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration) Configuration information for delivery of dataset contents to Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
iotEventsDestinationConfiguration
DatasetContentDeliveryDestination.Builder iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration) Configuration information for delivery of dataset contents to IoT Events.
- Parameters:
 iotEventsDestinationConfiguration- Configuration information for delivery of dataset contents to IoT Events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iotEventsDestinationConfiguration
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.Builderavoiding the need to create one manually viaIotEventsDestinationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiotEventsDestinationConfiguration(IotEventsDestinationConfiguration).- Parameters:
 iotEventsDestinationConfiguration- a consumer that will call methods onIotEventsDestinationConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
s3DestinationConfiguration
DatasetContentDeliveryDestination.Builder s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration) Configuration information for delivery of dataset contents to Amazon S3.
- Parameters:
 s3DestinationConfiguration- Configuration information for delivery of dataset contents to Amazon S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3DestinationConfiguration
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.Builderavoiding the need to create one manually viaS3DestinationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3DestinationConfiguration(S3DestinationConfiguration).- Parameters:
 s3DestinationConfiguration- a consumer that will call methods onS3DestinationConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -