Uses of Interface
software.amazon.awssdk.services.chime.model.Invite.Builder
-
Packages that use Invite.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Invite.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return Invite.Builder Modifier and Type Method Description static Invite.BuilderInvite. builder()Invite.BuilderInvite.Builder. emailAddress(String emailAddress)The email address to which the invite is sent.Invite.BuilderInvite.Builder. emailStatus(String emailStatus)The status of the invite email.Invite.BuilderInvite.Builder. emailStatus(EmailStatus emailStatus)The status of the invite email.Invite.BuilderInvite.Builder. inviteId(String inviteId)The invite ID.Invite.BuilderInvite.Builder. status(String status)The status of the invite.Invite.BuilderInvite.Builder. status(InviteStatus status)The status of the invite.Invite.BuilderInvite. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type Invite.Builder Modifier and Type Method Description static Class<? extends Invite.Builder>Invite. serializableBuilderClass()
-