Interface DescribeDeliveryChannelsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,
,DescribeDeliveryChannelsResponse> SdkBuilder<DescribeDeliveryChannelsResponse.Builder,
,DescribeDeliveryChannelsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDeliveryChannelsResponse
public static interface DescribeDeliveryChannelsResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeliveryChannelsResponse.Builder,DescribeDeliveryChannelsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryChannels
(Collection<DeliveryChannel> deliveryChannels) A list that contains the descriptions of the specified delivery channel.deliveryChannels
(Consumer<DeliveryChannel.Builder>... deliveryChannels) A list that contains the descriptions of the specified delivery channel.deliveryChannels
(DeliveryChannel... deliveryChannels) A list that contains the descriptions of the specified delivery channel.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
deliveryChannels
DescribeDeliveryChannelsResponse.Builder deliveryChannels(Collection<DeliveryChannel> deliveryChannels) A list that contains the descriptions of the specified delivery channel.
- Parameters:
deliveryChannels
- A list that contains the descriptions of the specified delivery channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryChannels
A list that contains the descriptions of the specified delivery channel.
- Parameters:
deliveryChannels
- A list that contains the descriptions of the specified delivery channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryChannels
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 viaDeliveryChannel.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeliveryChannels(List<DeliveryChannel>)
.- Parameters:
deliveryChannels
- a consumer that will call methods onDeliveryChannel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-