Interface ListTemplateVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListTemplateVersionsRequest
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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListTemplateVersionsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListTemplateVersionsRequest.Builder
templateId(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, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-