public static interface ListIndicesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListIndicesResponse.Builder,ListIndicesResponse>
Modifier and Type | Method and Description |
---|---|
ListIndicesResponse.Builder |
indexNames(Collection<String> indexNames)
The index names.
|
ListIndicesResponse.Builder |
indexNames(String... indexNames)
The index names.
|
ListIndicesResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListIndicesResponse.Builder indexNames(Collection<String> indexNames)
The index names.
indexNames
- The index names.ListIndicesResponse.Builder indexNames(String... indexNames)
The index names.
indexNames
- The index names.ListIndicesResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null
if there are no additional results.
nextToken
- The token used to get the next set of results, or null
if there are no additional
results.Copyright © 2021. All rights reserved.