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 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) Copyright © 2022. All rights reserved.