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 method that creates an instance of theMemberError.Builder avoiding the need to create one
manually via MemberError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #errors(List.
errors - a consumer that will call methods on
MemberError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.