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