public static interface ListTemplatesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplatesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTemplatesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListTemplatesResponse.Builder |
templateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
|
ListTemplatesResponse.Builder |
templateSummaryList(Consumer<TemplateSummary.Builder>... templateSummaryList)
A structure containing information about the templates in the list.
|
ListTemplatesResponse.Builder |
templateSummaryList(TemplateSummary... templateSummaryList)
A structure containing information about the templates in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplatesResponse.Builder templateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
templateSummaryList - A structure containing information about the templates in the list.ListTemplatesResponse.Builder templateSummaryList(TemplateSummary... templateSummaryList)
A structure containing information about the templates in the list.
templateSummaryList - A structure containing information about the templates in the list.ListTemplatesResponse.Builder templateSummaryList(Consumer<TemplateSummary.Builder>... templateSummaryList)
A structure containing information about the templates in the list.
This is a convenience method that creates an instance of theTemplateSummary.Builder avoiding the need to create
one manually via TemplateSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #templateSummaryList(List.
templateSummaryList - a consumer that will call methods on
TemplateSummary.Builder#templateSummaryList(java.util.Collection) ListTemplatesResponse.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.ListTemplatesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListTemplatesResponse.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.