Interface ListInputsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInputsRequest.Builder,ListInputsRequest>,IotEventsRequest.Builder,SdkBuilder<ListInputsRequest.Builder,ListInputsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInputsRequest
public static interface ListInputsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<ListInputsRequest.Builder,ListInputsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInputsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListInputsRequest.BuildernextToken(String nextToken)The token that you can use to return the next set of results.ListInputsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInputsRequest.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.iotevents.model.IotEventsRequest.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
ListInputsRequest.Builder nextToken(String nextToken)
The token that you can use to return the next set of results.
- Parameters:
nextToken- The token that you can use to return the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListInputsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-