Interface ListChannelFlowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelFlowsRequest.Builder,ListChannelFlowsRequest>,SdkBuilder<ListChannelFlowsRequest.Builder,ListChannelFlowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelFlowsRequest
public static interface ListChannelFlowsRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelFlowsRequest.Builder,ListChannelFlowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelFlowsRequest.BuilderappInstanceArn(String appInstanceArn)The ARN of the app instance.ListChannelFlowsRequest.BuildermaxResults(Integer maxResults)The maximum number of channel flows that you want to return.ListChannelFlowsRequest.BuildernextToken(String nextToken)The token passed by previous API calls until all requested channel flows are returned.ListChannelFlowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelFlowsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
appInstanceArn
ListChannelFlowsRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the app instance.
- Parameters:
appInstanceArn- The ARN of the app instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListChannelFlowsRequest.Builder maxResults(Integer maxResults)
The maximum number of channel flows that you want to return.
- Parameters:
maxResults- The maximum number of channel flows that you want to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelFlowsRequest.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channel flows are returned.
- Parameters:
nextToken- The token passed by previous API calls until all requested channel flows are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelFlowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-