Interface DescribeDeliveryChannelStatusResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConfigResponse.Builder,- CopyableBuilder<DescribeDeliveryChannelStatusResponse.Builder,,- DescribeDeliveryChannelStatusResponse> - SdkBuilder<DescribeDeliveryChannelStatusResponse.Builder,,- DescribeDeliveryChannelStatusResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDeliveryChannelStatusResponse
@Mutable
@NotThreadSafe
public static interface DescribeDeliveryChannelStatusResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeliveryChannelStatusResponse.Builder,DescribeDeliveryChannelStatusResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.deliveryChannelsStatus(Consumer<DeliveryChannelStatus.Builder>... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.deliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
deliveryChannelsStatusDescribeDeliveryChannelStatusResponse.Builder deliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel. - Parameters:
- deliveryChannelsStatus- A list that contains the status of a specified delivery channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deliveryChannelsStatusDescribeDeliveryChannelStatusResponse.Builder deliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel. - Parameters:
- deliveryChannelsStatus- A list that contains the status of a specified delivery channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deliveryChannelsStatusDescribeDeliveryChannelStatusResponse.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.Builderavoiding the need to create one manually viaDeliveryChannelStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeliveryChannelsStatus(List<DeliveryChannelStatus>).- Parameters:
- deliveryChannelsStatus- a consumer that will call methods on- DeliveryChannelStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-