public static interface DescribeDeliveryChannelStatusResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<DescribeDeliveryChannelStatusResponse.Builder,DescribeDeliveryChannelStatusResponse>
Modifier and Type | Method and Description |
---|---|
DescribeDeliveryChannelStatusResponse.Builder |
deliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
DescribeDeliveryChannelStatusResponse.Builder |
deliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
build
copy
apply, build
DescribeDeliveryChannelStatusResponse.Builder deliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
deliveryChannelsStatus
- A list that contains the status of a specified delivery channel.DescribeDeliveryChannelStatusResponse.Builder deliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
deliveryChannelsStatus
- A list that contains the status of a specified delivery channel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.