public static interface ListInputRoutingsResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<ListInputRoutingsResponse.Builder,ListInputRoutingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInputRoutingsResponse.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more
results. |
ListInputRoutingsResponse.Builder |
routedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
|
ListInputRoutingsResponse.Builder |
routedResources(Consumer<RoutedResource.Builder>... routedResources)
Summary information about the routed resources.
|
ListInputRoutingsResponse.Builder |
routedResources(RoutedResource... routedResources)
Summary information about the routed resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInputRoutingsResponse.Builder routedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
routedResources - Summary information about the routed resources.ListInputRoutingsResponse.Builder routedResources(RoutedResource... routedResources)
Summary information about the routed resources.
routedResources - Summary information about the routed resources.ListInputRoutingsResponse.Builder routedResources(Consumer<RoutedResource.Builder>... routedResources)
Summary information about the routed resources.
This is a convenience method that creates an instance of theRoutedResource.Builder avoiding the need to create
one manually via RoutedResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #routedResources(List.
routedResources - a consumer that will call methods on
RoutedResource.Builder#routedResources(java.util.Collection) ListInputRoutingsResponse.Builder nextToken(String nextToken)
The token that you can use to return the next set of results, or null if there are no more
results.
nextToken - The token that you can use to return the next set of results, or null if there are no
more results.Copyright © 2023. All rights reserved.