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(Consumer<DeliveryChannelStatus.Builder>... 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.DescribeDeliveryChannelStatusResponse.Builder deliveryChannelsStatus(Consumer<DeliveryChannelStatus.Builder>... deliveryChannelsStatus)
A list that contains the status of a 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 #deliveryChannelsStatus(List)
.deliveryChannelsStatus
- a consumer that will call methods on List.Builder
#deliveryChannelsStatus(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.