Class AccessCustomPageArgs.Builder

  • Enclosing class:
    AccessCustomPageArgs

    public static final class AccessCustomPageArgs.Builder
    extends java.lang.Object
    • Method Detail

      • accountId

        public AccessCustomPageArgs.Builder accountId​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> accountId)
        Parameters:
        accountId - The account identifier to target for the resource. Conflicts with `zone_id`. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • accountId

        public AccessCustomPageArgs.Builder accountId​(java.lang.String accountId)
        Parameters:
        accountId - The account identifier to target for the resource. Conflicts with `zone_id`. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • appCount

        public AccessCustomPageArgs.Builder appCount​(@Nullable
                                                     com.pulumi.core.Output<java.lang.Integer> appCount)
        Parameters:
        appCount - Number of apps to display on the custom page.
        Returns:
        builder
      • appCount

        public AccessCustomPageArgs.Builder appCount​(java.lang.Integer appCount)
        Parameters:
        appCount - Number of apps to display on the custom page.
        Returns:
        builder
      • customHtml

        public AccessCustomPageArgs.Builder customHtml​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> customHtml)
        Parameters:
        customHtml - Custom HTML to display on the custom page.
        Returns:
        builder
      • customHtml

        public AccessCustomPageArgs.Builder customHtml​(java.lang.String customHtml)
        Parameters:
        customHtml - Custom HTML to display on the custom page.
        Returns:
        builder
      • name

        public AccessCustomPageArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Friendly name of the Access Custom Page configuration.
        Returns:
        builder
      • name

        public AccessCustomPageArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Friendly name of the Access Custom Page configuration.
        Returns:
        builder
      • type

        public AccessCustomPageArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - Type of Access custom page to create. Available values: `identity_denied`, `forbidden`.
        Returns:
        builder
      • type

        public AccessCustomPageArgs.Builder type​(java.lang.String type)
        Parameters:
        type - Type of Access custom page to create. Available values: `identity_denied`, `forbidden`.
        Returns:
        builder
      • zoneId

        public AccessCustomPageArgs.Builder zoneId​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> zoneId)
        Parameters:
        zoneId - The zone identifier to target for the resource. Conflicts with `account_id`. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • zoneId

        public AccessCustomPageArgs.Builder zoneId​(java.lang.String zoneId)
        Parameters:
        zoneId - The zone identifier to target for the resource. Conflicts with `account_id`. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder