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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIndicesResponse.BuilderindexNames(String... indexNames)The index names.ListIndicesResponse.BuilderindexNames(Collection<String> indexNames)The index names.ListIndicesResponse.BuildernextToken(String nextToken)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
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
indexNames
ListIndicesResponse.Builder indexNames(Collection<String> 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
ListIndicesResponse.Builder indexNames(String... 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
ListIndicesResponse.Builder nextToken(String 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.
-
-