Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.Contact.Builder
-
Packages that use Contact.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Contact.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return Contact.Builder Modifier and Type Method Description Contact.BuilderContact.Builder. alias(String alias)The unique and identifiable alias of the contact or escalation plan.static Contact.BuilderContact. builder()Contact.BuilderContact.Builder. contactArn(String contactArn)The Amazon Resource Name (ARN) of the contact or escalation plan.Contact.BuilderContact.Builder. displayName(String displayName)The full name of the contact or escalation plan.Contact.BuilderContact. toBuilder()Contact.BuilderContact.Builder. type(String type)Refers to the type of contact.Contact.BuilderContact.Builder. type(ContactType type)Refers to the type of contact.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Contact.Builder Modifier and Type Method Description static Class<? extends Contact.Builder>Contact. serializableBuilderClass()
-