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
Modifier and TypeMethodDescriptionUnique 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 Details
-
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.
-