| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Framework.Builder |
Framework.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
static Framework.Builder |
Framework.builder() |
Framework.Builder |
Framework.Builder.complianceType(String complianceType)
The compliance type that the framework supports, such as CIS or HIPAA.
|
Framework.Builder |
Framework.Builder.controlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSets(Consumer<ControlSet.Builder>... controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSources(String controlSources)
The control data sources where Audit Manager collects evidence from.
|
Framework.Builder |
Framework.Builder.createdAt(Instant createdAt)
The time when the framework was created.
|
Framework.Builder |
Framework.Builder.createdBy(String createdBy)
The user or role that created the framework.
|
Framework.Builder |
Framework.Builder.description(String description)
The description of the framework.
|
Framework.Builder |
Framework.Builder.id(String id)
The unique identifier for the framework.
|
Framework.Builder |
Framework.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time when the framework was most recently updated.
|
Framework.Builder |
Framework.Builder.lastUpdatedBy(String lastUpdatedBy)
The user or role that most recently updated the framework.
|
Framework.Builder |
Framework.Builder.logo(String logo)
The logo that's associated with the framework.
|
Framework.Builder |
Framework.Builder.name(String name)
The name of the framework.
|
Framework.Builder |
Framework.Builder.tags(Map<String,String> tags)
The tags that are associated with the framework.
|
Framework.Builder |
Framework.toBuilder() |
Framework.Builder |
Framework.Builder.type(FrameworkType type)
Specifies whether the framework is a standard framework or a custom framework.
|
Framework.Builder |
Framework.Builder.type(String type)
Specifies whether the framework is a standard framework or a custom framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Framework.Builder> |
Framework.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAssessmentFrameworkResponse.Builder |
GetAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The framework that the
GetAssessmentFramework API returned. |
default CreateAssessmentFrameworkResponse.Builder |
CreateAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The name of the new framework that the
CreateAssessmentFramework API returned. |
default UpdateAssessmentFrameworkResponse.Builder |
UpdateAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The name of the framework.
|
Copyright © 2023. All rights reserved.