public static interface DeleteIdentitiesResponse.Builder extends CognitoIdentityResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #unprocessedIdentityIds(List) .unprocessedIdentityIds - a consumer that will call methods on List.Builder #unprocessedIdentityIds(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.