public static interface DeleteIdentitiesResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<DeleteIdentitiesResponse.Builder,DeleteIdentitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentitiesResponse.Builder |
unprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
DeleteIdentitiesResponse.Builder |
unprocessedIdentityIds(Consumer<UnprocessedIdentityId.Builder>... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
DeleteIdentitiesResponse.Builder |
unprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIdentitiesResponse.Builder unprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
unprocessedIdentityIds - An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.DeleteIdentitiesResponse.Builder unprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
unprocessedIdentityIds - An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.DeleteIdentitiesResponse.Builder unprocessedIdentityIds(Consumer<UnprocessedIdentityId.Builder>... unprocessedIdentityIds)
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
This is a convenience method that creates an instance of theUnprocessedIdentityId.Builder avoiding the need
to create one manually via
UnprocessedIdentityId.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedIdentityIds(List.
unprocessedIdentityIds - a consumer that will call methods on
UnprocessedIdentityId.Builder#unprocessedIdentityIds(java.util.Collection) Copyright © 2023. All rights reserved.