Interface ListIndicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIndicesRequest.Builder,ListIndicesRequest>
,IotRequest.Builder
,SdkBuilder<ListIndicesRequest.Builder,ListIndicesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListIndicesRequest
public static interface ListIndicesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListIndicesRequest.Builder,ListIndicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIndicesRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return at one time.ListIndicesRequest.Builder
nextToken(String nextToken)
The token used to get the next set of results, ornull
if there are no additional results.ListIndicesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListIndicesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListIndicesRequest.Builder nextToken(String nextToken)
The token used to get the next set of results, or
null
if there are no additional results.- Parameters:
nextToken
- The token used to get the next set of results, ornull
if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIndicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults
- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIndicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-