Interface AssociatedFace.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedFace.Builder,
,AssociatedFace> SdkBuilder<AssociatedFace.Builder,
,AssociatedFace> SdkPojo
- Enclosing class:
AssociatedFace
public static interface AssociatedFace.Builder
extends SdkPojo, CopyableBuilder<AssociatedFace.Builder,AssociatedFace>
-
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.
-