public static interface ListTemplateVersionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>
Modifier and Type | Method and Description |
---|---|
ListTemplateVersionsRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the templates that you're listing.
|
ListTemplateVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListTemplateVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTemplateVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTemplateVersionsRequest.Builder |
templateId(String templateId)
The ID for the template.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTemplateVersionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the templates that you're listing.
awsAccountId
- The ID of the Amazon Web Services account that contains the templates that you're listing.ListTemplateVersionsRequest.Builder templateId(String templateId)
The ID for the template.
templateId
- The ID for the template.ListTemplateVersionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.ListTemplateVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.ListTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.