Uses of Interface
software.amazon.awssdk.services.notificationscontacts.model.EmailContact.Builder
-
Packages that use EmailContact.Builder Package Description software.amazon.awssdk.services.notificationscontacts.model -
-
Uses of EmailContact.Builder in software.amazon.awssdk.services.notificationscontacts.model
Methods in software.amazon.awssdk.services.notificationscontacts.model that return EmailContact.Builder Modifier and Type Method Description EmailContact.BuilderEmailContact.Builder. address(String address)The email address this email contact points to.EmailContact.BuilderEmailContact.Builder. arn(String arn)The Amazon Resource Name (ARN) of the email contact.static EmailContact.BuilderEmailContact. builder()EmailContact.BuilderEmailContact.Builder. creationTime(Instant creationTime)The creation time of the resource.EmailContact.BuilderEmailContact.Builder. name(String name)The name of the email contact.EmailContact.BuilderEmailContact.Builder. status(String status)The status of the email contact.EmailContact.BuilderEmailContact.Builder. status(EmailContactStatus status)The status of the email contact.EmailContact.BuilderEmailContact. toBuilder()EmailContact.BuilderEmailContact.Builder. updateTime(Instant updateTime)The time the resource was last updated.Methods in software.amazon.awssdk.services.notificationscontacts.model that return types with arguments of type EmailContact.Builder Modifier and Type Method Description static Class<? extends EmailContact.Builder>EmailContact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.notificationscontacts.model with type arguments of type EmailContact.Builder Modifier and Type Method Description default GetEmailContactResponse.BuilderGetEmailContactResponse.Builder. emailContact(Consumer<EmailContact.Builder> emailContact)The email contact for the provided email address.
-