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 theRoutingControl.Builder avoiding the need
to create one manually via
RoutingControl.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #routingControls(List.
routingControls - a consumer that will call methods on
RoutingControl.Builder#routingControls(java.util.Collection) 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.