Interface UnprocessedIdentityId.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UnprocessedIdentityId.Builder,,UnprocessedIdentityId> SdkBuilder<UnprocessedIdentityId.Builder,,UnprocessedIdentityId> SdkPojo
- Enclosing class:
 UnprocessedIdentityId
public static interface UnprocessedIdentityId.Builder
extends SdkPojo, CopyableBuilder<UnprocessedIdentityId.Builder,UnprocessedIdentityId> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code indicating the type of error that occurred.The error code indicating the type of error that occurred.identityId(String identityId) A unique identifier in the format REGION:GUID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
identityId
A unique identifier in the format REGION:GUID.
- Parameters:
 identityId- A unique identifier in the format REGION:GUID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorCode
The error code indicating the type of error that occurred.
- Parameters:
 errorCode- The error code indicating the type of error that occurred.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
The error code indicating the type of error that occurred.
- Parameters:
 errorCode- The error code indicating the type of error that occurred.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -