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
Modifier and TypeMethodDescriptionappInstanceArn
(String appInstanceArn) The ARN of the app instance.maxResults
(Integer maxResults) The maximum number of channel flows that you want to return.The token passed by previous API calls until all requested channel flows are returned.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChannelFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-