Interface DisassociateFacesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateFacesResponse.Builder,DisassociateFacesResponse>,RekognitionResponse.Builder,SdkBuilder<DisassociateFacesResponse.Builder,DisassociateFacesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateFacesResponse
public static interface DisassociateFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFacesResponse.Builder,DisassociateFacesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateFacesResponse.BuilderdisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.DisassociateFacesResponse.BuilderdisassociatedFaces(Consumer<DisassociatedFace.Builder>... disassociatedFaces)An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.DisassociateFacesResponse.BuilderdisassociatedFaces(DisassociatedFace... disassociatedFaces)An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.DisassociateFacesResponse.BuilderunsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.DisassociateFacesResponse.BuilderunsuccessfulFaceDisassociations(Consumer<UnsuccessfulFaceDisassociation.Builder>... unsuccessfulFaceDisassociations)An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.DisassociateFacesResponse.BuilderunsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.DisassociateFacesResponse.BuilderuserStatus(String userStatus)The status of an update made to a User.DisassociateFacesResponse.BuilderuserStatus(UserStatus userStatus)The status of an update made to a User.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
disassociatedFaces
DisassociateFacesResponse.Builder disassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
- Parameters:
disassociatedFaces- An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociatedFaces
DisassociateFacesResponse.Builder disassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
- Parameters:
disassociatedFaces- An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociatedFaces
DisassociateFacesResponse.Builder disassociatedFaces(Consumer<DisassociatedFace.Builder>... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
This is a convenience method that creates an instance of theDisassociatedFace.Builderavoiding the need to create one manually viaDisassociatedFace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#disassociatedFaces(List.) - Parameters:
disassociatedFaces- a consumer that will call methods onDisassociatedFace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#disassociatedFaces(java.util.Collection)
-
unsuccessfulFaceDisassociations
DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
- Parameters:
unsuccessfulFaceDisassociations- An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulFaceDisassociations
DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
- Parameters:
unsuccessfulFaceDisassociations- An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulFaceDisassociations
DisassociateFacesResponse.Builder unsuccessfulFaceDisassociations(Consumer<UnsuccessfulFaceDisassociation.Builder>... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
This is a convenience method that creates an instance of theUnsuccessfulFaceDisassociation.Builderavoiding the need to create one manually viaUnsuccessfulFaceDisassociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unsuccessfulFaceDisassociations(List.) - Parameters:
unsuccessfulFaceDisassociations- a consumer that will call methods onUnsuccessfulFaceDisassociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unsuccessfulFaceDisassociations(java.util.Collection)
-
userStatus
DisassociateFacesResponse.Builder userStatus(String userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
- Parameters:
userStatus- The status of an update made to a User. Reflects if the User has been updated for every requested change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserStatus,UserStatus
-
userStatus
DisassociateFacesResponse.Builder userStatus(UserStatus userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
- Parameters:
userStatus- The status of an update made to a User. Reflects if the User has been updated for every requested change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserStatus,UserStatus
-
-