Interface Entity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Entity.Builder,Entity>,SdkBuilder<Entity.Builder,Entity>,SdkPojo
- Enclosing class:
- Entity
public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity.BuilderentityId(String entityId)The entity ID.Entity.BuilderentityType(String entityType)The entity type.-
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, sdkFields
-
-
-
-
Method Detail
-
entityType
Entity.Builder entityType(String entityType)
The entity type.
- Parameters:
entityType- The entity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
Entity.Builder entityId(String entityId)
The entity ID. If you do not know the
entityId, you can passunknown, which is areserved string literal.- Parameters:
entityId- The entity ID. If you do not know theentityId, you can passunknown, which is areserved string literal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-