public static interface EnabledControlSummary.Builder extends SdkPojo, CopyableBuilder<EnabledControlSummary.Builder,EnabledControlSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnabledControlSummary.Builder arn(String arn)
The ARN of the enabled control.
arn - The ARN of the enabled control.EnabledControlSummary.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.EnabledControlSummary.Builder driftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
driftStatusSummary - The drift status of the enabled control.default EnabledControlSummary.Builder driftStatusSummary(Consumer<DriftStatusSummary.Builder> driftStatusSummary)
The drift status of the enabled control.
This is a convenience method that creates an instance of theDriftStatusSummary.Builder avoiding the
need to create one manually via DriftStatusSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to driftStatusSummary(DriftStatusSummary).
driftStatusSummary - a consumer that will call methods on DriftStatusSummary.BuilderdriftStatusSummary(DriftStatusSummary)EnabledControlSummary.Builder statusSummary(EnablementStatusSummary statusSummary)
statusSummary - default EnabledControlSummary.Builder statusSummary(Consumer<EnablementStatusSummary.Builder> statusSummary)
EnablementStatusSummary.Builder avoiding the need to create one manually via
EnablementStatusSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to statusSummary(EnablementStatusSummary).
statusSummary - a consumer that will call methods on EnablementStatusSummary.BuilderstatusSummary(EnablementStatusSummary)EnabledControlSummary.Builder targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.Copyright © 2023. All rights reserved.