Interface ListAnalysesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnalysesRequest.Builder,ListAnalysesRequest>,QuickSightRequest.Builder,SdkBuilder<ListAnalysesRequest.Builder,ListAnalysesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnalysesRequest
@Mutable @NotThreadSafe public static interface ListAnalysesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListAnalysesRequest.Builder,ListAnalysesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalysesRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the analyses.ListAnalysesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListAnalysesRequest.BuildernextToken(String nextToken)A pagination token that can be used in a subsequent request.ListAnalysesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnalysesRequest.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.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListAnalysesRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analyses.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnalysesRequest.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
- Parameters:
nextToken- A pagination token that can be used in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnalysesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-