public static interface ListTemplateVersionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateVersionsResponse.Builder,ListTemplateVersionsResponse>
Modifier and Type | Method and Description |
---|---|
ListTemplateVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateVersionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTemplateVersionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListTemplateVersionsResponse.Builder |
templateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
ListTemplateVersionsResponse.Builder |
templateVersionSummaryList(Consumer<TemplateVersionSummary.Builder>... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
ListTemplateVersionsResponse.Builder |
templateVersionSummaryList(TemplateVersionSummary... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTemplateVersionsResponse.Builder templateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
templateVersionSummaryList
- A structure containing a list of all the versions of the specified template.ListTemplateVersionsResponse.Builder templateVersionSummaryList(TemplateVersionSummary... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
templateVersionSummaryList
- A structure containing a list of all the versions of the specified template.ListTemplateVersionsResponse.Builder templateVersionSummaryList(Consumer<TemplateVersionSummary.Builder>... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #templateVersionSummaryList(List)
.templateVersionSummaryList
- a consumer that will call methods on List.Builder
#templateVersionSummaryList(List)
ListTemplateVersionsResponse.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.ListTemplateVersionsResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.ListTemplateVersionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.Copyright © 2022. All rights reserved.