Interface Relationship.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Relationship.Builder,
,Relationship> SdkBuilder<Relationship.Builder,
,Relationship> SdkPojo
- Enclosing class:
Relationship
@Mutable
@NotThreadSafe
public static interface Relationship.Builder
extends SdkPojo, CopyableBuilder<Relationship.Builder,Relationship>
-
Method Summary
Modifier and TypeMethodDescriptionrelationshipType
(String relationshipType) The type of the relationship.targetComponentTypeId
(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 Details
-
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
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.
-