public static interface ListRoutingControlsResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingControlsResponse.Builder,ListRoutingControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListRoutingControlsResponse.Builder |
routingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
ListRoutingControlsResponse.Builder |
routingControls(Consumer<RoutingControl.Builder>... routingControls)
An array of routing controls.
|
ListRoutingControlsResponse.Builder |
routingControls(RoutingControl... routingControls)
An array of routing controls.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutingControlsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.ListRoutingControlsResponse.Builder routingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
routingControls - An array of routing controls.ListRoutingControlsResponse.Builder routingControls(RoutingControl... routingControls)
An array of routing controls.
routingControls - An array of routing controls.ListRoutingControlsResponse.Builder routingControls(Consumer<RoutingControl.Builder>... routingControls)
An array of routing controls.
This is a convenience 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) Copyright © 2021. All rights reserved.