Interface DisassociatedFace.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DisassociatedFace.Builder,DisassociatedFace>,SdkBuilder<DisassociatedFace.Builder,DisassociatedFace>,SdkPojo
- Enclosing class:
- DisassociatedFace
public static interface DisassociatedFace.Builder extends SdkPojo, CopyableBuilder<DisassociatedFace.Builder,DisassociatedFace>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociatedFace.BuilderfaceId(String faceId)Unique identifier assigned to the face.-
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
-
faceId
DisassociatedFace.Builder faceId(String faceId)
Unique identifier assigned to the face.
- Parameters:
faceId- Unique identifier assigned to the face.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-