Interface RelatedControlMappingDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedControlMappingDetails.Builder,,RelatedControlMappingDetails> SdkBuilder<RelatedControlMappingDetails.Builder,,RelatedControlMappingDetails> SdkPojo
- Enclosing class:
RelatedControlMappingDetails
@Mutable
@NotThreadSafe
public static interface RelatedControlMappingDetails.Builder
extends SdkPojo, CopyableBuilder<RelatedControlMappingDetails.Builder,RelatedControlMappingDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncontrolArn(String controlArn) The unique identifier of a control.relationType(String relationType) Returns an enumerated value that represents the relationship between two or more controls.relationType(ControlRelationType relationType) Returns an enumerated value that represents the relationship between two or more controls.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
controlArn
The unique identifier of a control.
- Parameters:
controlArn- The unique identifier of a control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationType
Returns an enumerated value that represents the relationship between two or more controls.
- Parameters:
relationType- Returns an enumerated value that represents the relationship between two or more controls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationType
Returns an enumerated value that represents the relationship between two or more controls.
- Parameters:
relationType- Returns an enumerated value that represents the relationship between two or more controls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-