Interface ListTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListTemplatesRequest
public static interface ListTemplatesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplatesRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the templates that you're listing.ListTemplatesRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to be returned per request.ListTemplatesRequest.Builder
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.ListTemplatesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListTemplatesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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
ListTemplatesRequest.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.
-
nextToken
ListTemplatesRequest.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
ListTemplatesRequest.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
ListTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-