Interface BatchCreateChannelMembershipError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchCreateChannelMembershipError.Builder,,BatchCreateChannelMembershipError> SdkBuilder<BatchCreateChannelMembershipError.Builder,,BatchCreateChannelMembershipError> SdkPojo
- Enclosing class:
 BatchCreateChannelMembershipError
public static interface BatchCreateChannelMembershipError.Builder
extends SdkPojo, CopyableBuilder<BatchCreateChannelMembershipError.Builder,BatchCreateChannelMembershipError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error code.errorMessage(String errorMessage) The error message.The ARN of the member that the service couldn't add.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
memberArn
The ARN of the member that the service couldn't add.
- Parameters:
 memberArn- The ARN of the member that the service couldn't add.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorCode
The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorMessage
The error message.
- Parameters:
 errorMessage- The error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -