Interface RelationshipValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelationshipValue.Builder,RelationshipValue>,SdkBuilder<RelationshipValue.Builder,RelationshipValue>,SdkPojo
- Enclosing class:
- RelationshipValue
public static interface RelationshipValue.Builder extends SdkPojo, CopyableBuilder<RelationshipValue.Builder,RelationshipValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipValue.BuildertargetComponentName(String targetComponentName)The name of the target component associated with the relationship value.RelationshipValue.BuildertargetEntityId(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 Detail
-
targetEntityId
RelationshipValue.Builder targetEntityId(String 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
RelationshipValue.Builder targetComponentName(String 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.
-
-