Interface CreateAssessmentFrameworkRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateAssessmentFrameworkRequest.Builder,CreateAssessmentFrameworkRequest>,SdkBuilder<CreateAssessmentFrameworkRequest.Builder,CreateAssessmentFrameworkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAssessmentFrameworkRequest
public static interface CreateAssessmentFrameworkRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateAssessmentFrameworkRequest.Builder,CreateAssessmentFrameworkRequest>
-
-
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
-
name
CreateAssessmentFrameworkRequest.Builder name(String name)
The name of the new custom framework.
- Parameters:
name- The name of the new custom framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAssessmentFrameworkRequest.Builder description(String description)
An optional description for the new custom framework.
- Parameters:
description- An optional description for the new custom framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceType
CreateAssessmentFrameworkRequest.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
CreateAssessmentFrameworkRequest.Builder controlSets(Collection<CreateAssessmentFrameworkControlSet> 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
CreateAssessmentFrameworkRequest.Builder controlSets(CreateAssessmentFrameworkControlSet... 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
CreateAssessmentFrameworkRequest.Builder controlSets(Consumer<CreateAssessmentFrameworkControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
This is a convenience method that creates an instance of theCreateAssessmentFrameworkControlSet.Builderavoiding the need to create one manually viaCreateAssessmentFrameworkControlSet.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 onCreateAssessmentFrameworkControlSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#controlSets(java.util.Collection)
-
tags
CreateAssessmentFrameworkRequest.Builder tags(Map<String,String> tags)
The tags that are associated with the framework.
- Parameters:
tags- The tags that are associated with the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAssessmentFrameworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAssessmentFrameworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-