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.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListIndicesRequest.BuildernextToken(String nextToken)The token used to get the next set of results, ornullif there are no additional results.ListIndicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndicesRequest.BuilderoverrideConfiguration(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, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListIndicesRequest.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.
-
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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-