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