Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,QBusinessRequest.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
public static interface ListApplicationsRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsRequest.BuildermaxResults(Integer maxResults)The maximum number of Amazon Q applications to return.ListApplicationsRequest.BuildernextToken(String nextToken)If themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response.ListApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.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.qbusiness.model.QBusinessRequest.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
-
maxResults
ListApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of Amazon Q applications to return.
- Parameters:
maxResults- The maximum number of Amazon Q applications to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationsRequest.Builder nextToken(String nextToken)
If the
maxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q applications.- Parameters:
nextToken- If themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-