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 AWS 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 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 #templateSummaryList(List) .templateSummaryList - a consumer that will call methods on List.Builder #templateSummaryList(List) 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.