Class InfrastructureContact.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • phoneNumber

        public InfrastructureContact.Builder phoneNumber​(String phoneNumber)
        The phone number for the Database Infrastructure contact.
        Parameters:
        phoneNumber - the value to set
        Returns:
        this builder
      • email

        public InfrastructureContact.Builder email​(String email)
        The email for the Database Infrastructure contact.
        Parameters:
        email - the value to set
        Returns:
        this builder
      • isPrimary

        public InfrastructureContact.Builder isPrimary​(Boolean isPrimary)
        If true, this Database Infrastructure contact is a primary contact.

        If false, this Database Infrastructure is a secondary contact.

        Parameters:
        isPrimary - the value to set
        Returns:
        this builder
      • isContactMosValidated

        public InfrastructureContact.Builder isContactMosValidated​(Boolean isContactMosValidated)
        If true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact.

        If false, this Database Infrastructure contact is not a valid MOS contact.

        Parameters:
        isContactMosValidated - the value to set
        Returns:
        this builder