public static interface BatchUnsuspendUserResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<BatchUnsuspendUserResponse.Builder,BatchUnsuspendUserResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUnsuspendUserResponse.Builder |
userErrors(Collection<UserError> userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the
user IDs is returned, along with error codes and error messages.
|
BatchUnsuspendUserResponse.Builder |
userErrors(Consumer<UserError.Builder>... userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the
user IDs is returned, along with error codes and error messages.
|
BatchUnsuspendUserResponse.Builder |
userErrors(UserError... userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the
user IDs is returned, along with error codes and error messages.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUnsuspendUserResponse.Builder userErrors(Collection<UserError> userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
userErrors - If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list
of the user IDs is returned, along with error codes and error messages.BatchUnsuspendUserResponse.Builder userErrors(UserError... userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
userErrors - If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list
of the user IDs is returned, along with error codes and error messages.BatchUnsuspendUserResponse.Builder userErrors(Consumer<UserError.Builder>... userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
This is a convenience method that creates an instance of theUserError.Builder avoiding the need to create one
manually via UserError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #userErrors(List.
userErrors - a consumer that will call methods on
UserError.Builder#userErrors(java.util.Collection) Copyright © 2023. All rights reserved.