public static interface UnprocessedIdentityId.Builder extends SdkPojo, CopyableBuilder<UnprocessedIdentityId.Builder,UnprocessedIdentityId>
Modifier and Type | Method and Description |
---|---|
UnprocessedIdentityId.Builder |
errorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId.Builder |
errorCode(String errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId.Builder |
identityId(String identityId)
A unique identifier in the format REGION:GUID.
|
copy
applyMutation, build
UnprocessedIdentityId.Builder identityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.UnprocessedIdentityId.Builder errorCode(String errorCode)
The error code indicating the type of error that occurred.
UnprocessedIdentityId.Builder errorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.