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)
Sets the value of the IotEventsDestinationConfiguration property for this object.
|
DatasetContentDeliveryDestination.Builder |
iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Sets the value of the IotEventsDestinationConfiguration property for this object.
|
copy
applyMutation, build
DatasetContentDeliveryDestination.Builder iotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
iotEventsDestinationConfiguration
- The new value for the IotEventsDestinationConfiguration property for this object.default DatasetContentDeliveryDestination.Builder iotEventsDestinationConfiguration(Consumer<IotEventsDestinationConfiguration.Builder> iotEventsDestinationConfiguration)
IotEventsDestinationConfiguration.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.Builder
iotEventsDestinationConfiguration(IotEventsDestinationConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.