Interface Relationship.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Relationship.Builder,Relationship>,SdkBuilder<Relationship.Builder,Relationship>,SdkPojo
- Enclosing class:
- Relationship
public static interface Relationship.Builder extends SdkPojo, CopyableBuilder<Relationship.Builder,Relationship>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Relationship.BuilderrelationshipType(String relationshipType)The type of the relationship.Relationship.BuildertargetComponentTypeId(String targetComponentTypeId)The ID of the target component type associated with this relationship.-
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 Detail
-
targetComponentTypeId
Relationship.Builder targetComponentTypeId(String targetComponentTypeId)
The ID of the target component type associated with this relationship.
- Parameters:
targetComponentTypeId- The ID of the target component type associated with this relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipType
Relationship.Builder relationshipType(String relationshipType)
The type of the relationship.
- Parameters:
relationshipType- The type of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-