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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DatasetContentDeliveryDestination.BuilderiotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)Configuration information for delivery of dataset contents to IoT Events.DatasetContentDeliveryDestination.BuilderiotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)Configuration information for delivery of dataset contents to IoT Events.default DatasetContentDeliveryDestination.Builders3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)Configuration information for delivery of dataset contents to Amazon S3.DatasetContentDeliveryDestination.Builders3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)Configuration information for delivery of dataset contents to Amazon S3.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
iotEventsDestinationConfiguration(IotEventsDestinationConfiguration)
-
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:
s3DestinationConfiguration(S3DestinationConfiguration)
-
-