public static interface AssessmentFramework.Builder extends SdkPojo, CopyableBuilder<AssessmentFramework.Builder,AssessmentFramework>
| Modifier and Type | Method and Description |
|---|---|
AssessmentFramework.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
AssessmentFramework.Builder |
controlSets(AssessmentControlSet... controlSets)
The control sets that are associated with the framework.
|
AssessmentFramework.Builder |
controlSets(Collection<AssessmentControlSet> controlSets)
The control sets that are associated with the framework.
|
AssessmentFramework.Builder |
controlSets(Consumer<AssessmentControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
|
AssessmentFramework.Builder |
id(String id)
The unique identifier for the framework.
|
default AssessmentFramework.Builder |
metadata(Consumer<FrameworkMetadata.Builder> metadata)
Sets the value of the Metadata property for this object.
|
AssessmentFramework.Builder |
metadata(FrameworkMetadata metadata)
Sets the value of the Metadata property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentFramework.Builder id(String id)
The unique identifier for the framework.
id - The unique identifier for the framework.AssessmentFramework.Builder arn(String arn)
The Amazon Resource Name (ARN) of the framework.
arn - The Amazon Resource Name (ARN) of the framework.AssessmentFramework.Builder metadata(FrameworkMetadata metadata)
metadata - The new value for the Metadata property for this object.default AssessmentFramework.Builder metadata(Consumer<FrameworkMetadata.Builder> metadata)
FrameworkMetadata.Builder avoiding the
need to create one manually via FrameworkMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadata(FrameworkMetadata).
metadata - a consumer that will call methods on FrameworkMetadata.Buildermetadata(FrameworkMetadata)AssessmentFramework.Builder controlSets(Collection<AssessmentControlSet> controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.AssessmentFramework.Builder controlSets(AssessmentControlSet... controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.AssessmentFramework.Builder controlSets(Consumer<AssessmentControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
This is a convenience method that creates an instance of theAssessmentControlSet.Builder avoiding the need to
create one manually via
AssessmentControlSet.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #controlSets(List.
controlSets - a consumer that will call methods on
AssessmentControlSet.Builder#controlSets(java.util.Collection) Copyright © 2023. All rights reserved.