Interface FrameworkMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FrameworkMetadata.Builder,,- FrameworkMetadata> - SdkBuilder<FrameworkMetadata.Builder,,- FrameworkMetadata> - SdkPojo
- Enclosing class:
- FrameworkMetadata
@Mutable
@NotThreadSafe
public static interface FrameworkMetadata.Builder
extends SdkPojo, CopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioncomplianceType(String complianceType) The compliance standard that's associated with the framework.description(String description) The description of the framework.The logo that's associated with the framework.The name of the framework.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
descriptionThe 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.
 
- 
logoThe 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.
 
- 
complianceTypeThe 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.
 
 
-