public static interface DescribeRoutingControlResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeRoutingControlResponse.Builder,DescribeRoutingControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRoutingControlResponse.Builder |
routingControl(Consumer<RoutingControl.Builder> routingControl)
Information about the routing control.
|
DescribeRoutingControlResponse.Builder |
routingControl(RoutingControl routingControl)
Information about the routing control.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRoutingControlResponse.Builder routingControl(RoutingControl routingControl)
Information about the routing control.
routingControl - Information about the routing control.default DescribeRoutingControlResponse.Builder routingControl(Consumer<RoutingControl.Builder> routingControl)
Information about the routing control.
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.