Interface ListQAppsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQAppsRequest.Builder,ListQAppsRequest>,QAppsRequest.Builder,SdkBuilder<ListQAppsRequest.Builder,ListQAppsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQAppsRequest
public static interface ListQAppsRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<ListQAppsRequest.Builder,ListQAppsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQAppsRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.ListQAppsRequest.Builderlimit(Integer limit)The maximum number of Q Apps to return in the response.ListQAppsRequest.BuildernextToken(String nextToken)The token to request the next page of results.ListQAppsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQAppsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsRequest.Builder
build
-
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
-
instanceId
ListQAppsRequest.Builder instanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
- Parameters:
instanceId- The unique identifier of the Amazon Q Business application environment instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListQAppsRequest.Builder limit(Integer limit)
The maximum number of Q Apps to return in the response.
- Parameters:
limit- The maximum number of Q Apps to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQAppsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
- Parameters:
nextToken- The token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListQAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-