public static interface GetControlResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetControlResponse.Builder,GetControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetControlResponse.Builder |
control(Consumer<Control.Builder> control)
The name of the control that the
GetControl API returned. |
GetControlResponse.Builder |
control(Control control)
The name of the control that the
GetControl API returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetControlResponse.Builder control(Control control)
The name of the control that the GetControl API returned.
control - The name of the control that the GetControl API returned.default GetControlResponse.Builder control(Consumer<Control.Builder> control)
The name of the control that the GetControl 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 © 2022. All rights reserved.