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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityPropertyReference.BuildercomponentName(String componentName)The name of the component.EntityPropertyReference.BuildercomponentPath(String componentPath)This string specifies the path to the composite component, starting from the top-level component.EntityPropertyReference.BuilderentityId(String entityId)The ID of the entity.EntityPropertyReference.BuilderexternalIdProperty(Map<String,String> externalIdProperty)A mapping of external IDs to property names.EntityPropertyReference.BuilderpropertyName(String propertyName)The name of the property.-
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
-
componentName
EntityPropertyReference.Builder componentName(String 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.
-
componentPath
EntityPropertyReference.Builder componentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
- Parameters:
componentPath- This string specifies the path to the composite component, starting from the top-level component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalIdProperty
EntityPropertyReference.Builder externalIdProperty(Map<String,String> 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
EntityPropertyReference.Builder entityId(String 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
EntityPropertyReference.Builder propertyName(String 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.
-
-