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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateVersionsResponse.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 theTemplateVersionSummary.Builder avoiding the need to
create one manually via
TemplateVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #templateVersionSummaryList(List.
templateVersionSummaryList - a consumer that will call methods on
TemplateVersionSummary.Builder#templateVersionSummaryList(java.util.Collection) 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 © 2023. All rights reserved.