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