Interface EntityPropertyReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EntityPropertyReference.Builder,
,EntityPropertyReference> SdkBuilder<EntityPropertyReference.Builder,
,EntityPropertyReference> SdkPojo
- Enclosing class:
EntityPropertyReference
@Mutable
@NotThreadSafe
public static interface EntityPropertyReference.Builder
extends SdkPojo, CopyableBuilder<EntityPropertyReference.Builder,EntityPropertyReference>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) The name of the component.componentPath
(String componentPath) This string specifies the path to the composite component, starting from the top-level 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
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
-
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
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
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.
-