Interface UpdateAssessmentFrameworkRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>,SdkBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAssessmentFrameworkRequest
public static interface UpdateAssessmentFrameworkRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
frameworkId
UpdateAssessmentFrameworkRequest.Builder frameworkId(String frameworkId)
The unique identifier for the framework.
- Parameters:
frameworkId- The unique identifier for the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAssessmentFrameworkRequest.Builder name(String name)
The name of the framework to be updated.
- Parameters:
name- The name of the framework to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAssessmentFrameworkRequest.Builder description(String description)
The description of the updated framework.
- Parameters:
description- The description of the updated framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceType
UpdateAssessmentFrameworkRequest.Builder complianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
- Parameters:
complianceType- The compliance type that the new custom framework supports, such as CIS or HIPAA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSets
UpdateAssessmentFrameworkRequest.Builder controlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
- Parameters:
controlSets- The control sets that are associated with the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSets
UpdateAssessmentFrameworkRequest.Builder controlSets(UpdateAssessmentFrameworkControlSet... controlSets)
The control sets that are associated with the framework.
- Parameters:
controlSets- The control sets that are associated with the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSets
UpdateAssessmentFrameworkRequest.Builder controlSets(Consumer<UpdateAssessmentFrameworkControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
This is a convenience method that creates an instance of theUpdateAssessmentFrameworkControlSet.Builderavoiding the need to create one manually viaUpdateAssessmentFrameworkControlSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#controlSets(List.) - Parameters:
controlSets- a consumer that will call methods onUpdateAssessmentFrameworkControlSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#controlSets(java.util.Collection)
-
overrideConfiguration
UpdateAssessmentFrameworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAssessmentFrameworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-