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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelFlowCallbackResponse.BuildercallbackId(String callbackId)The call back ID passed in the request.ChannelFlowCallbackResponse.BuilderchannelArn(String channelArn)The ARN of the channel.-
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
-
channelArn
ChannelFlowCallbackResponse.Builder channelArn(String 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
ChannelFlowCallbackResponse.Builder callbackId(String 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.
-
-