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 has been satisfied.
testingInformation - The steps to follow to determine if the control has been 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 is not fulfilled.
actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.CreateControlRequest.Builder controlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.CreateControlRequest.Builder controlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources - The data mapping sources for the specified control.CreateControlRequest.Builder controlMappingSources(Consumer<CreateControlMappingSource.Builder>... controlMappingSources)
The data mapping sources for the specified control.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #controlMappingSources(List) .controlMappingSources - a consumer that will call methods on List.Builder #controlMappingSources(List) CreateControlRequest.Builder tags(Map<String,String> tags)
The tags associated with the control.
tags - The tags 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 © 2021. All rights reserved.