Class ZeroTrustListArgs.Builder

  • Enclosing class:
    ZeroTrustListArgs

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

      • Builder

        public Builder()
    • Method Detail

      • accountId

        public ZeroTrustListArgs.Builder accountId​(com.pulumi.core.Output<java.lang.String> accountId)
        Parameters:
        accountId - The account identifier to target for the resource.
        Returns:
        builder
      • accountId

        public ZeroTrustListArgs.Builder accountId​(java.lang.String accountId)
        Parameters:
        accountId - The account identifier to target for the resource.
        Returns:
        builder
      • description

        public ZeroTrustListArgs.Builder description​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The description of the teams list.
        Returns:
        builder
      • description

        public ZeroTrustListArgs.Builder description​(java.lang.String description)
        Parameters:
        description - The description of the teams list.
        Returns:
        builder
      • items

        public ZeroTrustListArgs.Builder items​(@Nullable
                                               com.pulumi.core.Output<java.util.List<java.lang.String>> items)
        Parameters:
        items - The items of the teams list.
        Returns:
        builder
      • items

        public ZeroTrustListArgs.Builder items​(java.util.List<java.lang.String> items)
        Parameters:
        items - The items of the teams list.
        Returns:
        builder
      • items

        public ZeroTrustListArgs.Builder items​(java.lang.String... items)
        Parameters:
        items - The items of the teams list.
        Returns:
        builder
      • name

        public ZeroTrustListArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the teams list.
        Returns:
        builder
      • name

        public ZeroTrustListArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the teams list.
        Returns:
        builder
      • type

        public ZeroTrustListArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The teams list type. Available values: `IP`, `SERIAL`, `URL`, `DOMAIN`, `EMAIL`.
        Returns:
        builder
      • type

        public ZeroTrustListArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The teams list type. Available values: `IP`, `SERIAL`, `URL`, `DOMAIN`, `EMAIL`.
        Returns:
        builder