Class CatalogDatabaseState.Builder

  • Enclosing class:
    CatalogDatabaseState

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

      • arn

        public CatalogDatabaseState.Builder arn​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the Glue Catalog Database.
        Returns:
        builder
      • arn

        public CatalogDatabaseState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - ARN of the Glue Catalog Database.
        Returns:
        builder
      • catalogId

        public CatalogDatabaseState.Builder catalogId​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> catalogId)
        Parameters:
        catalogId - ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.
        Returns:
        builder
      • catalogId

        public CatalogDatabaseState.Builder catalogId​(java.lang.String catalogId)
        Parameters:
        catalogId - ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.
        Returns:
        builder
      • createTableDefaultPermissions

        public CatalogDatabaseState.Builder createTableDefaultPermissions​(@Nullable
                                                                          com.pulumi.core.Output<java.util.List<CatalogDatabaseCreateTableDefaultPermissionArgs>> createTableDefaultPermissions)
        Parameters:
        createTableDefaultPermissions - Creates a set of default permissions on the table for principals. See `create_table_default_permission` below.
        Returns:
        builder
      • description

        public CatalogDatabaseState.Builder description​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the database.
        Returns:
        builder
      • description

        public CatalogDatabaseState.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the database.
        Returns:
        builder
      • federatedDatabase

        public CatalogDatabaseState.Builder federatedDatabase​(@Nullable
                                                              com.pulumi.core.Output<CatalogDatabaseFederatedDatabaseArgs> federatedDatabase)
        Parameters:
        federatedDatabase - Configuration block that references an entity outside the AWS Glue Data Catalog. See `federated_database` below.
        Returns:
        builder
      • locationUri

        public CatalogDatabaseState.Builder locationUri​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> locationUri)
        Parameters:
        locationUri - Location of the database (for example, an HDFS path).
        Returns:
        builder
      • locationUri

        public CatalogDatabaseState.Builder locationUri​(java.lang.String locationUri)
        Parameters:
        locationUri - Location of the database (for example, an HDFS path).
        Returns:
        builder
      • name

        public CatalogDatabaseState.Builder name​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the database. The acceptable characters are lowercase letters, numbers, and the underscore character.
        Returns:
        builder
      • name

        public CatalogDatabaseState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the database. The acceptable characters are lowercase letters, numbers, and the underscore character.
        Returns:
        builder
      • parameters

        public CatalogDatabaseState.Builder parameters​(@Nullable
                                                       com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> parameters)
        Parameters:
        parameters - List of key-value pairs that define parameters and properties of the database.
        Returns:
        builder
      • parameters

        public CatalogDatabaseState.Builder parameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Parameters:
        parameters - List of key-value pairs that define parameters and properties of the database.
        Returns:
        builder
      • tags

        public CatalogDatabaseState.Builder tags​(@Nullable
                                                 com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public CatalogDatabaseState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public CatalogDatabaseState.Builder tagsAll​(@Nullable
                                                    com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public CatalogDatabaseState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder