public static interface DescribeDeliveryChannelsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelsResponse.Builder |
deliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
DescribeDeliveryChannelsResponse.Builder |
deliveryChannels(Consumer<DeliveryChannel.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeliveryChannelsResponse.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.
deliveryChannels - A list that contains the descriptions of the specified delivery channel.DescribeDeliveryChannelsResponse.Builder deliveryChannels(Consumer<DeliveryChannel.Builder>... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
This is a convenience method that creates an instance of theDeliveryChannel.Builder avoiding the need to create one
manually via DeliveryChannel.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #deliveryChannels(List.
deliveryChannels - a consumer that will call methods on
DeliveryChannel.Builder#deliveryChannels(java.util.Collection) Copyright © 2023. All rights reserved.