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.Builderidentifier(String identifier)The identifier for the entity.Entity.Buildertype(String type)The type of entity.-
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
-
type
Entity.Builder type(String type)
The type of entity.
- Parameters:
type- The type of entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
Entity.Builder identifier(String identifier)
The identifier for the entity.
- Parameters:
identifier- The identifier for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-