public static interface Framework.Builder extends SdkPojo, CopyableBuilder<Framework.Builder,Framework>
| Modifier and Type | Method and Description |
|---|---|
Framework.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
Framework.Builder |
complianceType(String complianceType)
The compliance type that the framework supports, such as CIS or HIPAA.
|
Framework.Builder |
controlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
controlSets(Consumer<ControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
controlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
controlSources(String controlSources)
The control data sources where Audit Manager collects evidence from.
|
Framework.Builder |
createdAt(Instant createdAt)
The time when the framework was created.
|
Framework.Builder |
createdBy(String createdBy)
The user or role that created the framework.
|
Framework.Builder |
description(String description)
The description of the framework.
|
Framework.Builder |
id(String id)
The unique identifier for the framework.
|
Framework.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time when the framework was most recently updated.
|
Framework.Builder |
lastUpdatedBy(String lastUpdatedBy)
The user or role that most recently updated the framework.
|
Framework.Builder |
logo(String logo)
The logo that's associated with the framework.
|
Framework.Builder |
name(String name)
The name of the framework.
|
Framework.Builder |
tags(Map<String,String> tags)
The tags that are associated with the framework.
|
Framework.Builder |
type(FrameworkType type)
Specifies whether the framework is a standard framework or a custom framework.
|
Framework.Builder |
type(String type)
Specifies whether the framework is a standard framework or a custom framework.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFramework.Builder arn(String arn)
The Amazon Resource Name (ARN) of the framework.
arn - The Amazon Resource Name (ARN) of the framework.Framework.Builder id(String id)
The unique identifier for the framework.
id - The unique identifier for the framework.Framework.Builder name(String name)
The name of the framework.
name - The name of the framework.Framework.Builder type(String type)
Specifies whether the framework is a standard framework or a custom framework.
type - Specifies whether the framework is a standard framework or a custom framework.FrameworkType,
FrameworkTypeFramework.Builder type(FrameworkType type)
Specifies whether the framework is a standard framework or a custom framework.
type - Specifies whether the framework is a standard framework or a custom framework.FrameworkType,
FrameworkTypeFramework.Builder complianceType(String complianceType)
The compliance type that the framework supports, such as CIS or HIPAA.
complianceType - The compliance type that the framework supports, such as CIS or HIPAA.Framework.Builder description(String description)
The description of the framework.
description - The description of the framework.Framework.Builder logo(String logo)
The logo that's associated with the framework.
logo - The logo that's associated with the framework.Framework.Builder controlSources(String controlSources)
The control data sources where Audit Manager collects evidence from.
controlSources - The control data sources where Audit Manager collects evidence from.Framework.Builder controlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.Framework.Builder controlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
controlSets - The control sets that are associated with the framework.Framework.Builder controlSets(Consumer<ControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
This is a convenience method that creates an instance of theControlSet.Builder avoiding the need to create one
manually via ControlSet.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
ControlSet.Builder#controlSets(java.util.Collection) Framework.Builder createdAt(Instant createdAt)
The time when the framework was created.
createdAt - The time when the framework was created.Framework.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time when the framework was most recently updated.
lastUpdatedAt - The time when the framework was most recently updated.Framework.Builder createdBy(String createdBy)
The user or role that created the framework.
createdBy - The user or role that created the framework.Framework.Builder lastUpdatedBy(String lastUpdatedBy)
The user or role that most recently updated the framework.
lastUpdatedBy - The user or role that most recently updated the framework.Framework.Builder tags(Map<String,String> tags)
The tags that are associated with the framework.
tags - The tags that are associated with the framework.Copyright © 2023. All rights reserved.