public static interface BatchCreateRoomMembershipResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateRoomMembershipResponse.Builder,BatchCreateRoomMembershipResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateRoomMembershipResponse.Builder |
errors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
BatchCreateRoomMembershipResponse.Builder |
errors(Consumer<MemberError.Builder>... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
BatchCreateRoomMembershipResponse.Builder |
errors(MemberError... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateRoomMembershipResponse.Builder errors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
errors - If the action fails for one or more of the member IDs in the request, a list of the member IDs is
returned, along with error codes and error messages.BatchCreateRoomMembershipResponse.Builder errors(MemberError... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
errors - If the action fails for one or more of the member IDs in the request, a list of the member IDs is
returned, along with error codes and error messages.BatchCreateRoomMembershipResponse.Builder errors(Consumer<MemberError.Builder>... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
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 #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.