public static interface GetEnabledControlResponse.Builder extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<GetEnabledControlResponse.Builder,GetEnabledControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEnabledControlResponse.Builder |
enabledControlDetails(Consumer<EnabledControlDetails.Builder> enabledControlDetails)
Information about the enabled control.
|
GetEnabledControlResponse.Builder |
enabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnabledControlResponse.Builder enabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
enabledControlDetails - Information about the enabled control.default GetEnabledControlResponse.Builder enabledControlDetails(Consumer<EnabledControlDetails.Builder> enabledControlDetails)
Information about the enabled control.
This is a convenience method that creates an instance of theEnabledControlDetails.Builder avoiding
the need to create one manually via EnabledControlDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to enabledControlDetails(EnabledControlDetails).
enabledControlDetails - a consumer that will call methods on EnabledControlDetails.BuilderenabledControlDetails(EnabledControlDetails)Copyright © 2023. All rights reserved.