Interface ListThemeVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListThemeVersionsRequest.Builder,ListThemeVersionsRequest>,QuickSightRequest.Builder,SdkBuilder<ListThemeVersionsRequest.Builder,ListThemeVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListThemeVersionsRequest
public static interface ListThemeVersionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListThemeVersionsRequest.Builder,ListThemeVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThemeVersionsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the themes that you're listing.ListThemeVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListThemeVersionsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListThemeVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThemeVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThemeVersionsRequest.BuilderthemeId(String themeId)The ID for the theme.-
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
ListThemeVersionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the themes that you're listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
ListThemeVersionsRequest.Builder themeId(String themeId)
The ID for the theme.
- Parameters:
themeId- The ID for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListThemeVersionsRequest.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
ListThemeVersionsRequest.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
ListThemeVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListThemeVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-