public static interface UpdateRoutingControlResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<UpdateRoutingControlResponse.Builder,UpdateRoutingControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRoutingControlResponse.Builder |
routingControl(Consumer<RoutingControl.Builder> routingControl)
The routing control that was updated.
|
UpdateRoutingControlResponse.Builder |
routingControl(RoutingControl routingControl)
The routing control that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingControlResponse.Builder routingControl(RoutingControl routingControl)
The routing control that was updated.
routingControl - The routing control that was updated.default UpdateRoutingControlResponse.Builder routingControl(Consumer<RoutingControl.Builder> routingControl)
The routing control that was updated.
This is a convenience 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 routingControl(RoutingControl).routingControl - a consumer that will call methods on RoutingControl.BuilderroutingControl(RoutingControl)Copyright © 2021. All rights reserved.