Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.BatchCreateChannelMembershipError.Builder
-
Packages that use BatchCreateChannelMembershipError.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of BatchCreateChannelMembershipError.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return BatchCreateChannelMembershipError.Builder Modifier and Type Method Description static BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError. builder()BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError.Builder. errorCode(String errorCode)The error code.BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError.Builder. errorCode(ErrorCode errorCode)The error code.BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError.Builder. errorMessage(String errorMessage)The error message.BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError.Builder. memberArn(String memberArn)TheAppInstanceUserArnof the member that the service couldn't add.BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type BatchCreateChannelMembershipError.Builder Modifier and Type Method Description static Class<? extends BatchCreateChannelMembershipError.Builder>BatchCreateChannelMembershipError. serializableBuilderClass()
-