Class PermissionsDatabaseArgs.Builder

  • Enclosing class:
    PermissionsDatabaseArgs

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

      • catalogId

        public PermissionsDatabaseArgs.Builder catalogId​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> catalogId)
        Parameters:
        catalogId - Identifier for the Data Catalog. By default, it is the account ID of the caller.
        Returns:
        builder
      • catalogId

        public PermissionsDatabaseArgs.Builder catalogId​(java.lang.String catalogId)
        Parameters:
        catalogId - Identifier for the Data Catalog. By default, it is the account ID of the caller.
        Returns:
        builder
      • name

        public PermissionsDatabaseArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the database resource. Unique to the Data Catalog. The following argument is optional:
        Returns:
        builder
      • name

        public PermissionsDatabaseArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the database resource. Unique to the Data Catalog. The following argument is optional:
        Returns:
        builder