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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrameworkMetadata.BuildercomplianceType(String complianceType)The compliance standard that's associated with the framework.FrameworkMetadata.Builderdescription(String description)The description of the framework.FrameworkMetadata.Builderlogo(String logo)The logo that's associated with the framework.FrameworkMetadata.Buildername(String name)The name of the framework.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
FrameworkMetadata.Builder name(String 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
FrameworkMetadata.Builder logo(String 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.
-
-