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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedIdentityId.BuildererrorCode(String errorCode)The error code indicating the type of error that occurred.UnprocessedIdentityId.BuildererrorCode(ErrorCode errorCode)The error code indicating the type of error that occurred.UnprocessedIdentityId.BuilderidentityId(String identityId)A unique identifier in the format REGION:GUID.-
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
-
identityId
UnprocessedIdentityId.Builder identityId(String 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
UnprocessedIdentityId.Builder errorCode(String errorCode)
The error code indicating the type of error that occurred.
-
errorCode
UnprocessedIdentityId.Builder errorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
-
-