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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDashboardVersionsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.ListDashboardVersionsRequest.BuilderdashboardId(String dashboardId)The ID for the dashboard.ListDashboardVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListDashboardVersionsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListDashboardVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardVersionsRequest.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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListDashboardVersionsRequest.Builder awsAccountId(String 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
ListDashboardVersionsRequest.Builder dashboardId(String 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
ListDashboardVersionsRequest.Builder nextToken(String 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
ListDashboardVersionsRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDashboardVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-