Interface EntityPropertyReference.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EntityPropertyReference.Builder,,EntityPropertyReference> SdkBuilder<EntityPropertyReference.Builder,,EntityPropertyReference> SdkPojo
- Enclosing class:
 EntityPropertyReference
public static interface EntityPropertyReference.Builder
extends SdkPojo, CopyableBuilder<EntityPropertyReference.Builder,EntityPropertyReference> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomponentName(String componentName) The name of the component.The ID of the entity.externalIdProperty(Map<String, String> externalIdProperty) A mapping of external IDs to property names.propertyName(String propertyName) The name of the property.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, sdkFields 
- 
Method Details
- 
componentName
The name of the component.
- Parameters:
 componentName- The name of the component.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
externalIdProperty
A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
- Parameters:
 externalIdProperty- A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entityId
The ID of the entity.
- Parameters:
 entityId- The ID of the entity.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertyName
The name of the property.
- Parameters:
 propertyName- The name of the property.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -