public static interface ListChannelFlowsRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelFlowsRequest.Builder,ListChannelFlowsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsRequest.Builder |
appInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
ListChannelFlowsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of channel flows that you want to return.
|
ListChannelFlowsRequest.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested channel flows are returned.
|
ListChannelFlowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelFlowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelFlowsRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the app instance.
appInstanceArn - The ARN of the app instance.ListChannelFlowsRequest.Builder maxResults(Integer maxResults)
The maximum number of channel flows that you want to return.
maxResults - The maximum number of channel flows that you want to return.ListChannelFlowsRequest.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channel flows are returned.
nextToken - The token passed by previous API calls until all requested channel flows are returned.ListChannelFlowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.