Interface ListInputRoutingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInputRoutingsRequest.Builder,ListInputRoutingsRequest>,IotEventsRequest.Builder,SdkBuilder<ListInputRoutingsRequest.Builder,ListInputRoutingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInputRoutingsRequest
public static interface ListInputRoutingsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<ListInputRoutingsRequest.Builder,ListInputRoutingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListInputRoutingsRequest.BuilderinputIdentifier(Consumer<InputIdentifier.Builder> inputIdentifier)The identifer of the routed input.ListInputRoutingsRequest.BuilderinputIdentifier(InputIdentifier inputIdentifier)The identifer of the routed input.ListInputRoutingsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListInputRoutingsRequest.BuildernextToken(String nextToken)The token that you can use to return the next set of results.ListInputRoutingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInputRoutingsRequest.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
-
inputIdentifier
ListInputRoutingsRequest.Builder inputIdentifier(InputIdentifier inputIdentifier)
The identifer of the routed input.
- Parameters:
inputIdentifier- The identifer of the routed input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputIdentifier
default ListInputRoutingsRequest.Builder inputIdentifier(Consumer<InputIdentifier.Builder> inputIdentifier)
The identifer of the routed input.
This is a convenience method that creates an instance of theInputIdentifier.Builderavoiding the need to create one manually viaInputIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputIdentifier(InputIdentifier).- Parameters:
inputIdentifier- a consumer that will call methods onInputIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputIdentifier(InputIdentifier)
-
maxResults
ListInputRoutingsRequest.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.
-
nextToken
ListInputRoutingsRequest.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.
-
overrideConfiguration
ListInputRoutingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInputRoutingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-