public static interface ListInputRoutingsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<ListInputRoutingsRequest.Builder,ListInputRoutingsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListInputRoutingsRequest.Builder |
inputIdentifier(Consumer<InputIdentifier.Builder> inputIdentifier)
The identifer of the routed input.
|
ListInputRoutingsRequest.Builder |
inputIdentifier(InputIdentifier inputIdentifier)
The identifer of the routed input.
|
ListInputRoutingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListInputRoutingsRequest.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListInputRoutingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInputRoutingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInputRoutingsRequest.Builder inputIdentifier(InputIdentifier inputIdentifier)
The identifer of the routed input.
inputIdentifier - The identifer of the routed input.default ListInputRoutingsRequest.Builder inputIdentifier(Consumer<InputIdentifier.Builder> inputIdentifier)
The identifer of the routed input.
This is a convenience that creates an instance of theInputIdentifier.Builder avoiding the need to
create one manually via InputIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputIdentifier(InputIdentifier).inputIdentifier - a consumer that will call methods on InputIdentifier.BuilderinputIdentifier(InputIdentifier)ListInputRoutingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListInputRoutingsRequest.Builder nextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken - The token that you can use to return the next set of results.ListInputRoutingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInputRoutingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.