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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaDeliveryChannel.builder().When the
Consumercompletes,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:
 
 
 -