| 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 specified framework.
|
static Framework.Builder |
Framework.builder() |
Framework.Builder |
Framework.Builder.complianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
Framework.Builder |
Framework.Builder.controlSets(Collection<ControlSet> controlSets)
The control sets associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSets(Consumer<ControlSet.Builder>... controlSets)
The control sets associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSets(ControlSet... controlSets)
The control sets associated with the framework.
|
Framework.Builder |
Framework.Builder.controlSources(String controlSources)
The sources from which AWS Audit Manager collects evidence for the control.
|
Framework.Builder |
Framework.Builder.createdAt(Instant createdAt)
Specifies when the framework was created.
|
Framework.Builder |
Framework.Builder.createdBy(String createdBy)
The IAM user or role that created the framework.
|
Framework.Builder |
Framework.Builder.description(String description)
The description of the specified framework.
|
Framework.Builder |
Framework.Builder.id(String id)
The unique identifier for the specified framework.
|
Framework.Builder |
Framework.Builder.lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the framework was most recently updated.
|
Framework.Builder |
Framework.Builder.lastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
|
Framework.Builder |
Framework.Builder.logo(String logo)
The logo associated with the framework.
|
Framework.Builder |
Framework.Builder.name(String name)
The name of the specified framework.
|
Framework.Builder |
Framework.Builder.tags(Map<String,String> tags)
The tags associated with the framework.
|
Framework.Builder |
Framework.toBuilder() |
Framework.Builder |
Framework.Builder.type(FrameworkType type)
The framework type, such as custom or standard.
|
Framework.Builder |
Framework.Builder.type(String type)
The framework type, such as custom or standard.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Framework.Builder> |
Framework.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAssessmentFrameworkResponse.Builder |
CreateAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The name of the new framework returned by the
CreateAssessmentFramework API. |
default GetAssessmentFrameworkResponse.Builder |
GetAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The framework returned by the
GetAssessmentFramework API. |
default UpdateAssessmentFrameworkResponse.Builder |
UpdateAssessmentFrameworkResponse.Builder.framework(Consumer<Framework.Builder> framework)
The name of the specified framework.
|
Copyright © 2021. All rights reserved.