public static interface CreateControlRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateControlRequest.Builder,CreateControlRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateControlRequest.Builder name(String name)
The name of the control.
name - The name of the control.CreateControlRequest.Builder description(String description)
The description of the control.
description - The description of the control.CreateControlRequest.Builder testingInformation(String testingInformation)
The steps to follow to determine if the control is satisfied.
testingInformation - The steps to follow to determine if the control is satisfied.CreateControlRequest.Builder actionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
actionPlanTitle - The title of the action plan for remediating the control.CreateControlRequest.Builder actionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.CreateControlRequest.Builder controlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the control.
controlMappingSources - The data mapping sources for the control.CreateControlRequest.Builder controlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the control.
controlMappingSources - The data mapping sources for the control.CreateControlRequest.Builder controlMappingSources(Consumer<CreateControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the control.
This is a convenience method that creates an instance of theCreateControlMappingSource.Builder avoiding the
need to create one manually via
CreateControlMappingSource.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #controlMappingSources(List.
controlMappingSources - a consumer that will call methods on
CreateControlMappingSource.Builder#controlMappingSources(java.util.Collection) CreateControlRequest.Builder tags(Map<String,String> tags)
The tags that are associated with the control.
tags - The tags that are associated with the control.CreateControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.