public static interface UpdateAssessmentFrameworkRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentFrameworkRequest.Builder frameworkId(String frameworkId)
The unique identifier for the framework.
frameworkId - The unique identifier for the framework.UpdateAssessmentFrameworkRequest.Builder name(String name)
The name of the framework to be updated.
name - The name of the framework to be updated.UpdateAssessmentFrameworkRequest.Builder description(String description)
The description of the updated framework.
description - The description of the updated framework.UpdateAssessmentFrameworkRequest.Builder complianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.UpdateAssessmentFrameworkRequest.Builder controlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.UpdateAssessmentFrameworkRequest.Builder controlSets(UpdateAssessmentFrameworkControlSet... controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.UpdateAssessmentFrameworkRequest.Builder controlSets(Consumer<UpdateAssessmentFrameworkControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #controlSets(List) .controlSets - a consumer that will call methods on List.Builder #controlSets(List) UpdateAssessmentFrameworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssessmentFrameworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.