Interface ListDashboardVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDashboardVersionsRequest.Builder,
,ListDashboardVersionsRequest> QuickSightRequest.Builder
,SdkBuilder<ListDashboardVersionsRequest.Builder,
,ListDashboardVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDashboardVersionsRequest
public static interface ListDashboardVersionsRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardVersionsRequest.Builder,ListDashboardVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.dashboardId
(String dashboardId) The ID for the dashboard.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The token for the next set of results, or null if there are no more results.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.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, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
The ID for the dashboard.
- Parameters:
dashboardId
- The ID for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDashboardVersionsRequest.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
ListDashboardVersionsRequest.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.
-