Interface DescribeDeliveryChannelStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<DescribeDeliveryChannelStatusResponse.Builder,
,DescribeDeliveryChannelStatusResponse> SdkBuilder<DescribeDeliveryChannelStatusResponse.Builder,
,DescribeDeliveryChannelStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDeliveryChannelStatusResponse
public static interface DescribeDeliveryChannelStatusResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeliveryChannelStatusResponse.Builder,DescribeDeliveryChannelStatusResponse>
-
Method Summary
Modifier 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.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
-
deliveryChannelsStatus
DescribeDeliveryChannelStatusResponse.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.
-
deliveryChannelsStatus
DescribeDeliveryChannelStatusResponse.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.
-
deliveryChannelsStatus
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 viaDeliveryChannelStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeliveryChannelsStatus(List<DeliveryChannelStatus>)
.- Parameters:
deliveryChannelsStatus
- a consumer that will call methods onDeliveryChannelStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-