public static interface FrameworkMetadata.Builder extends SdkPojo, CopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>
| Modifier and Type | Method and Description |
|---|---|
FrameworkMetadata.Builder |
complianceType(String complianceType)
The compliance standard associated with the framework, such as PCI-DSS or HIPAA.
|
FrameworkMetadata.Builder |
description(String description)
The description of the framework.
|
FrameworkMetadata.Builder |
logo(String logo)
The logo associated with the framework.
|
FrameworkMetadata.Builder |
name(String name)
The name of the framework.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFrameworkMetadata.Builder name(String name)
The name of the framework.
name - The name of the framework.FrameworkMetadata.Builder description(String description)
The description of the framework.
description - The description of the framework.FrameworkMetadata.Builder logo(String logo)
The logo associated with the framework.
logo - The logo associated with the framework.FrameworkMetadata.Builder complianceType(String complianceType)
The compliance standard associated with the framework, such as PCI-DSS or HIPAA.
complianceType - The compliance standard associated with the framework, such as PCI-DSS or HIPAA.Copyright © 2021. All rights reserved.