public static interface ListRoutingControlsResponse.Builder extends Route53RecoveryClusterResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingControlsResponse.Builder,ListRoutingControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListRoutingControlsResponse.Builder |
routingControls(Collection<RoutingControl> routingControls)
The list of routing controls.
|
ListRoutingControlsResponse.Builder |
routingControls(Consumer<RoutingControl.Builder>... routingControls)
The list of routing controls.
|
ListRoutingControlsResponse.Builder |
routingControls(RoutingControl... routingControls)
The list of routing controls.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutingControlsResponse.Builder routingControls(Collection<RoutingControl> routingControls)
The list of routing controls.
routingControls - The list of routing controls.ListRoutingControlsResponse.Builder routingControls(RoutingControl... routingControls)
The list of routing controls.
routingControls - The list of routing controls.ListRoutingControlsResponse.Builder routingControls(Consumer<RoutingControl.Builder>... routingControls)
The list of routing controls.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #routingControls(List) .routingControls - a consumer that will call methods on List.Builder #routingControls(List) ListRoutingControlsResponse.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.Copyright © 2022. All rights reserved.