CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
, SdkBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
public static interface DescribeDeliveryChannelsResponse.Builder extends CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setDeliveryChannels(java.util.Collection)
or #withDeliveryChannels(java.util.Collection)
if
you want to override the existing values.
deliveryChannels
- A list that contains the descriptions of the specified delivery channel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.