public static interface BatchCreateChannelMembershipError.Builder extends SdkPojo, CopyableBuilder<BatchCreateChannelMembershipError.Builder,BatchCreateChannelMembershipError>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipError.Builder |
errorCode(ErrorCode errorCode)
The error code.
|
BatchCreateChannelMembershipError.Builder |
errorCode(String errorCode)
The error code.
|
BatchCreateChannelMembershipError.Builder |
errorMessage(String errorMessage)
The error message.
|
BatchCreateChannelMembershipError.Builder |
memberArn(String memberArn)
The
AppInstanceUserArn of the member that the service couldn't add. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateChannelMembershipError.Builder memberArn(String memberArn)
The AppInstanceUserArn of the member that the service couldn't add.
memberArn - The AppInstanceUserArn of the member that the service couldn't add.BatchCreateChannelMembershipError.Builder errorCode(String errorCode)
The error code.
BatchCreateChannelMembershipError.Builder errorCode(ErrorCode errorCode)
The error code.
BatchCreateChannelMembershipError.Builder errorMessage(String errorMessage)
The error message.
errorMessage - The error message.Copyright © 2022. All rights reserved.