Interface ListRouteCalculatorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRouteCalculatorsResponse.Builder,
,ListRouteCalculatorsResponse> LocationResponse.Builder
,SdkBuilder<ListRouteCalculatorsResponse.Builder,
,ListRouteCalculatorsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRouteCalculatorsResponse
public static interface ListRouteCalculatorsResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListRouteCalculatorsResponse.Builder,ListRouteCalculatorsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionLists the route calculator resources that exist in your Amazon Web Services accountentries
(Consumer<ListRouteCalculatorsResponseEntry.Builder>... entries) Lists the route calculator resources that exist in your Amazon Web Services accountentries
(ListRouteCalculatorsResponseEntry... entries) Lists the route calculator resources that exist in your Amazon Web Services accountA pagination token indicating there are additional pages available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entries
Lists the route calculator resources that exist in your Amazon Web Services account
- Parameters:
entries
- Lists the route calculator resources that exist in your Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Lists the route calculator resources that exist in your Amazon Web Services account
- Parameters:
entries
- Lists the route calculator resources that exist in your Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListRouteCalculatorsResponse.Builder entries(Consumer<ListRouteCalculatorsResponseEntry.Builder>... entries) Lists the route calculator resources that exist in your Amazon Web Services account
This is a convenience method that creates an instance of theListRouteCalculatorsResponseEntry.Builder
avoiding the need to create one manually viaListRouteCalculatorsResponseEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentries(List<ListRouteCalculatorsResponseEntry>)
.- Parameters:
entries
- a consumer that will call methods onListRouteCalculatorsResponseEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token indicating there are additional pages available. You can use the token in a subsequent request to fetch the next set of results.
- Parameters:
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a subsequent request to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-