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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCreateChannelMembershipError.BuildererrorCode(String errorCode)The error code.BatchCreateChannelMembershipError.BuildererrorCode(ErrorCode errorCode)The error code.BatchCreateChannelMembershipError.BuildererrorMessage(String errorMessage)The error message.BatchCreateChannelMembershipError.BuildermemberArn(String memberArn)TheAppInstanceUserArnof the member that the service couldn't add.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
memberArn
BatchCreateChannelMembershipError.Builder memberArn(String memberArn)
The
AppInstanceUserArnof the member that the service couldn't add.- Parameters:
memberArn- TheAppInstanceUserArnof the member that the service couldn't add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchCreateChannelMembershipError.Builder errorCode(String errorCode)
The error code.
-
errorCode
BatchCreateChannelMembershipError.Builder errorCode(ErrorCode errorCode)
The error code.
-
errorMessage
BatchCreateChannelMembershipError.Builder errorMessage(String errorMessage)
The error message.
- Parameters:
errorMessage- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-