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(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
build
copy
apply, build
DescribeDeliveryChannelsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.