Interface ChannelFlowCallbackResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<ChannelFlowCallbackResponse.Builder,,ChannelFlowCallbackResponse> SdkBuilder<ChannelFlowCallbackResponse.Builder,,ChannelFlowCallbackResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ChannelFlowCallbackResponse
public static interface ChannelFlowCallbackResponse.Builder
extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ChannelFlowCallbackResponse.Builder,ChannelFlowCallbackResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncallbackId(String callbackId) The call back ID passed in the request.channelArn(String channelArn) The ARN of the channel.Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.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
- 
channelArn
The ARN of the channel.
- Parameters:
 channelArn- The ARN of the channel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
callbackId
The call back ID passed in the request.
- Parameters:
 callbackId- The call back ID passed in the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -