public static interface UpdateControlResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateControlResponse.Builder,UpdateControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateControlResponse.Builder |
control(Consumer<Control.Builder> control)
The name of the updated control set returned by the
UpdateControl API. |
UpdateControlResponse.Builder |
control(Control control)
The name of the updated control set returned by the
UpdateControl API. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateControlResponse.Builder control(Control control)
The name of the updated control set returned by the UpdateControl API.
control - The name of the updated control set returned by the UpdateControl API.default UpdateControlResponse.Builder control(Consumer<Control.Builder> control)
The name of the updated control set returned by the UpdateControl API.
Control.Builder avoiding the need to create one
manually via Control.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to control(Control).control - a consumer that will call methods on Control.Buildercontrol(Control)Copyright © 2021. All rights reserved.