public static interface DescribeDeliveryChannelsResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelsResponse.Builder |
deliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
DescribeDeliveryChannelsResponse.Builder |
deliveryChannels(Consumer<DeliveryChannel.Builder>... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
DescribeDeliveryChannelsResponse.Builder |
deliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeDeliveryChannelsResponse.Builder deliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
deliveryChannels - A list that contains the descriptions of the specified delivery channel.DescribeDeliveryChannelsResponse.Builder deliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
deliveryChannels - A list that contains the descriptions of the specified delivery channel.DescribeDeliveryChannelsResponse.Builder deliveryChannels(Consumer<DeliveryChannel.Builder>... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deliveryChannels(List) .deliveryChannels - a consumer that will call methods on List.Builder #deliveryChannels(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.