Interface ListIndicesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIndicesResponse.Builder,,ListIndicesResponse> IotResponse.Builder,SdkBuilder<ListIndicesResponse.Builder,,ListIndicesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListIndicesResponse
public static interface ListIndicesResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListIndicesResponse.Builder,ListIndicesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionindexNames(String... indexNames) The index names.indexNames(Collection<String> indexNames) The index names.The token used to get the next set of results, ornullif there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
indexNames
The index names.
- Parameters:
indexNames- The index names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexNames
The index names.
- Parameters:
indexNames- The index names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token used to get the next set of results, or
nullif there are no additional results.- Parameters:
nextToken- The token used to get the next set of results, ornullif there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-