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 AWS 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateVersionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the templates that you're listing.
awsAccountId - The ID of the AWS 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.BuilderListTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.