public static interface EnableControlRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<EnableControlRequest.Builder,EnableControlRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableControlRequest.Builder |
controlIdentifier(String controlIdentifier)
The ARN of the control.
|
EnableControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableControlRequest.Builder |
targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableControlRequest.Builder controlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the
exception of the Region deny control. For information on how to find the
controlIdentifier, see the overview page.
controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted,
with the exception of the Region deny control. For information on how to find the
controlIdentifier, see the overview
page.EnableControlRequest.Builder targetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier - The ARN of the organizational unit. For information on how to find the targetIdentifier,
see the overview
page.EnableControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.