public static interface DisableControlRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<DisableControlRequest.Builder,DisableControlRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableControlRequest.Builder |
controlIdentifier(String controlIdentifier)
The ARN of the control.
|
DisableControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableControlRequest.Builder |
targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableControlRequest.Builder controlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted,
with the exception of the Region deny guardrail.DisableControlRequest.Builder targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.DisableControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.