Interface RelationshipValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelationshipValue.Builder,
,RelationshipValue> SdkBuilder<RelationshipValue.Builder,
,RelationshipValue> SdkPojo
- Enclosing class:
RelationshipValue
@Mutable
@NotThreadSafe
public static interface RelationshipValue.Builder
extends SdkPojo, CopyableBuilder<RelationshipValue.Builder,RelationshipValue>
-
Method Summary
Modifier and TypeMethodDescriptiontargetComponentName
(String targetComponentName) The name of the target component associated with the relationship value.targetEntityId
(String targetEntityId) The ID of the target entity associated with this relationship value.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
-
targetEntityId
The ID of the target entity associated with this relationship value.
- Parameters:
targetEntityId
- The ID of the target entity associated with this relationship value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetComponentName
The name of the target component associated with the relationship value.
- Parameters:
targetComponentName
- The name of the target component associated with the relationship value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-