Class ContactArgs.Builder

  • Enclosing class:
    ContactArgs

    public static final class ContactArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • alias

        public ContactArgs.Builder alias​(com.pulumi.core.Output<java.lang.String> alias)
        Parameters:
        alias - A unique and identifiable alias for the contact or escalation plan. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), and hyphens (`-`).
        Returns:
        builder
      • alias

        public ContactArgs.Builder alias​(java.lang.String alias)
        Parameters:
        alias - A unique and identifiable alias for the contact or escalation plan. Must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), and hyphens (`-`).
        Returns:
        builder
      • displayName

        public ContactArgs.Builder displayName​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> displayName)
        Parameters:
        displayName - Full friendly name of the contact or escalation plan. If set, must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.
        Returns:
        builder
      • displayName

        public ContactArgs.Builder displayName​(java.lang.String displayName)
        Parameters:
        displayName - Full friendly name of the contact or escalation plan. If set, must be between 1 and 255 characters, and may contain alphanumerics, underscores (`_`), hyphens (`-`), periods (`.`), and spaces.
        Returns:
        builder
      • tags

        public ContactArgs.Builder tags​(@Nullable
                                        com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Map of tags to assign to the resource.
        Returns:
        builder
      • tags

        public ContactArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Map of tags to assign to the resource.
        Returns:
        builder
      • type

        public ContactArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The type of contact engaged. A single contact is type PERSONAL and an escalation plan is type ESCALATION. The following arguments are optional:
        Returns:
        builder
      • type

        public ContactArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The type of contact engaged. A single contact is type PERSONAL and an escalation plan is type ESCALATION. The following arguments are optional:
        Returns:
        builder