Interface FrameworkMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>, SdkBuilder<FrameworkMetadata.Builder,FrameworkMetadata>, SdkPojo
Enclosing class:
FrameworkMetadata

public static interface FrameworkMetadata.Builder extends SdkPojo, CopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>
  • Method Details

    • name

      The name of the framework.

      Parameters:
      name - The name of the framework.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      FrameworkMetadata.Builder description(String description)

      The description of the framework.

      Parameters:
      description - The description of the framework.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logo

      The logo that's associated with the framework.

      Parameters:
      logo - The logo that's associated with the framework.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • complianceType

      FrameworkMetadata.Builder complianceType(String complianceType)

      The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.

      Parameters:
      complianceType - The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.