public static interface ListViewsResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<ListViewsResponse.Builder,ListViewsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListViewsResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListViewsResponse.Builder |
views(Collection<String> views)
The list of views available in the Amazon Web Services Region in which you called this operation.
|
ListViewsResponse.Builder |
views(String... views)
The list of views available in the Amazon Web Services Region in which you called this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListViewsResponse.Builder nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value
in the NextToken request parameter in a subsequent call to the operation to get the next part of
the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element
comes back as null.ListViewsResponse.Builder views(Collection<String> views)
The list of views available in the Amazon Web Services Region in which you called this operation.
views - The list of views available in the Amazon Web Services Region in which you called this operation.ListViewsResponse.Builder views(String... views)
The list of views available in the Amazon Web Services Region in which you called this operation.
views - The list of views available in the Amazon Web Services Region in which you called this operation.Copyright © 2023. All rights reserved.