public static interface DescribeDeliveryChannelStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeliveryChannelStatusResponse.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 method that creates an instance of theDeliveryChannelStatus.Builder avoiding the need to
create one manually via DeliveryChannelStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deliveryChannelsStatus(List.
deliveryChannelsStatus - a consumer that will call methods on
DeliveryChannelStatus.Builder#deliveryChannelsStatus(java.util.Collection) Copyright © 2023. All rights reserved.