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 returned by the
GetControl API. |
GetControlResponse.Builder |
control(Control control)
The name of the control returned by the
GetControl API. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetControlResponse.Builder control(Control control)
The name of the control returned by the GetControl API.
control - The name of the control returned by the GetControl API.default GetControlResponse.Builder control(Consumer<Control.Builder> control)
The name of the control returned by the GetControl 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.