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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedFace.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
faceId
AssociatedFace.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.
-
-