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 that the
UpdateControl API returned. |
UpdateControlResponse.Builder |
control(Control control)
The name of the updated control set that the
UpdateControl API returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateControlResponse.Builder control(Control control)
The name of the updated control set that the UpdateControl API returned.
control - The name of the updated control set that the UpdateControl API returned.default UpdateControlResponse.Builder control(Consumer<Control.Builder> control)
The name of the updated control set that the UpdateControl API returned.
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 © 2023. All rights reserved.