Interface DescribeChannelFlowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<DescribeChannelFlowResponse.Builder,DescribeChannelFlowResponse>,SdkBuilder<DescribeChannelFlowResponse.Builder,DescribeChannelFlowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChannelFlowResponse
public static interface DescribeChannelFlowResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelFlowResponse.Builder,DescribeChannelFlowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeChannelFlowResponse.BuilderchannelFlow(Consumer<ChannelFlow.Builder> channelFlow)The channel flow details.DescribeChannelFlowResponse.BuilderchannelFlow(ChannelFlow channelFlow)The channel flow details.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.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 Detail
-
channelFlow
DescribeChannelFlowResponse.Builder channelFlow(ChannelFlow channelFlow)
The channel flow details.
- Parameters:
channelFlow- The channel flow details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelFlow
default DescribeChannelFlowResponse.Builder channelFlow(Consumer<ChannelFlow.Builder> channelFlow)
The channel flow details.
This is a convenience method that creates an instance of theChannelFlow.Builderavoiding the need to create one manually viaChannelFlow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelFlow(ChannelFlow).- Parameters:
channelFlow- a consumer that will call methods onChannelFlow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelFlow(ChannelFlow)
-
-