public static interface AssessmentFrameworkMetadata.Builder extends SdkPojo, CopyableBuilder<AssessmentFrameworkMetadata.Builder,AssessmentFrameworkMetadata>
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
AssessmentFrameworkMetadata.Builder |
complianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
AssessmentFrameworkMetadata.Builder |
controlsCount(Integer controlsCount)
The number of controls associated with the specified framework.
|
AssessmentFrameworkMetadata.Builder |
controlSetsCount(Integer controlSetsCount)
The number of control sets associated with the specified framework.
|
AssessmentFrameworkMetadata.Builder |
createdAt(Instant createdAt)
Specifies when the framework was created.
|
AssessmentFrameworkMetadata.Builder |
description(String description)
The description of the specified framework.
|
AssessmentFrameworkMetadata.Builder |
id(String id)
The unique identified for the specified framework.
|
AssessmentFrameworkMetadata.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the framework was most recently updated.
|
AssessmentFrameworkMetadata.Builder |
logo(String logo)
The logo associated with the framework.
|
AssessmentFrameworkMetadata.Builder |
name(String name)
The name of the specified framework.
|
AssessmentFrameworkMetadata.Builder |
type(FrameworkType type)
The framework type, such as standard or custom.
|
AssessmentFrameworkMetadata.Builder |
type(String type)
The framework type, such as standard or custom.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentFrameworkMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the framework.
arn - The Amazon Resource Name (ARN) of the framework.AssessmentFrameworkMetadata.Builder id(String id)
The unique identified for the specified framework.
id - The unique identified for the specified framework.AssessmentFrameworkMetadata.Builder type(String type)
The framework type, such as standard or custom.
type - The framework type, such as standard or custom.FrameworkType,
FrameworkTypeAssessmentFrameworkMetadata.Builder type(FrameworkType type)
The framework type, such as standard or custom.
type - The framework type, such as standard or custom.FrameworkType,
FrameworkTypeAssessmentFrameworkMetadata.Builder name(String name)
The name of the specified framework.
name - The name of the specified framework.AssessmentFrameworkMetadata.Builder description(String description)
The description of the specified framework.
description - The description of the specified framework.AssessmentFrameworkMetadata.Builder logo(String logo)
The logo associated with the framework.
logo - The logo associated with the framework.AssessmentFrameworkMetadata.Builder complianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.AssessmentFrameworkMetadata.Builder controlsCount(Integer controlsCount)
The number of controls associated with the specified framework.
controlsCount - The number of controls associated with the specified framework.AssessmentFrameworkMetadata.Builder controlSetsCount(Integer controlSetsCount)
The number of control sets associated with the specified framework.
controlSetsCount - The number of control sets associated with the specified framework.AssessmentFrameworkMetadata.Builder createdAt(Instant createdAt)
Specifies when the framework was created.
createdAt - Specifies when the framework was created.AssessmentFrameworkMetadata.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the framework was most recently updated.
lastUpdatedAt - Specifies when the framework was most recently updated.Copyright © 2021. All rights reserved.