Interface FrameworkMappingDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FrameworkMappingDetails.Builder,
,FrameworkMappingDetails> SdkBuilder<FrameworkMappingDetails.Builder,
,FrameworkMappingDetails> SdkPojo
- Enclosing class:
FrameworkMappingDetails
@Mutable
@NotThreadSafe
public static interface FrameworkMappingDetails.Builder
extends SdkPojo, CopyableBuilder<FrameworkMappingDetails.Builder,FrameworkMappingDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe specific item or requirement within the framework that the control maps to.The name of the compliance framework that the control maps to.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the compliance framework that the control maps to.
- Parameters:
name
- The name of the compliance framework that the control maps to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
item
The specific item or requirement within the framework that the control maps to.
- Parameters:
item
- The specific item or requirement within the framework that the control maps to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-