public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
catalog(CatalogResource catalog)
The identifier for the Data Catalog.
|
default Resource.Builder |
catalog(Consumer<CatalogResource.Builder> catalog)
The identifier for the Data Catalog.
|
default Resource.Builder |
database(Consumer<DatabaseResource.Builder> database)
The database for the resource.
|
Resource.Builder |
database(DatabaseResource database)
The database for the resource.
|
default Resource.Builder |
dataLocation(Consumer<DataLocationResource.Builder> dataLocation)
The location of an Amazon S3 path where permissions are granted or revoked.
|
Resource.Builder |
dataLocation(DataLocationResource dataLocation)
The location of an Amazon S3 path where permissions are granted or revoked.
|
default Resource.Builder |
table(Consumer<TableResource.Builder> table)
The table for the resource.
|
Resource.Builder |
table(TableResource table)
The table for the resource.
|
default Resource.Builder |
tableWithColumns(Consumer<TableWithColumnsResource.Builder> tableWithColumns)
The table with columns for the resource.
|
Resource.Builder |
tableWithColumns(TableWithColumnsResource tableWithColumns)
The table with columns for the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResource.Builder catalog(CatalogResource catalog)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
catalog - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your AWS Lake Formation environment.default Resource.Builder catalog(Consumer<CatalogResource.Builder> catalog)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
This is a convenience that creates an instance of theCatalogResource.Builder avoiding the need to
create one manually via CatalogResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to catalog(CatalogResource).catalog - a consumer that will call methods on CatalogResource.Buildercatalog(CatalogResource)Resource.Builder database(DatabaseResource database)
The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.
database - The database for the resource. Unique to the Data Catalog. A database is a set of associated table
definitions organized into a logical group. You can Grant and Revoke database permissions to a
principal.default Resource.Builder database(Consumer<DatabaseResource.Builder> database)
The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.
This is a convenience that creates an instance of theDatabaseResource.Builder avoiding the need to
create one manually via DatabaseResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to database(DatabaseResource).database - a consumer that will call methods on DatabaseResource.Builderdatabase(DatabaseResource)Resource.Builder table(TableResource table)
The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
table - The table for the resource. A table is a metadata definition that represents your data. You can Grant
and Revoke table privileges to a principal.default Resource.Builder table(Consumer<TableResource.Builder> table)
The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
This is a convenience that creates an instance of theTableResource.Builder avoiding the need to
create one manually via TableResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to table(TableResource).table - a consumer that will call methods on TableResource.Buildertable(TableResource)Resource.Builder tableWithColumns(TableWithColumnsResource tableWithColumns)
The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.
tableWithColumns - The table with columns for the resource. A principal with permissions to this resource can select
metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.default Resource.Builder tableWithColumns(Consumer<TableWithColumnsResource.Builder> tableWithColumns)
The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.
This is a convenience that creates an instance of theTableWithColumnsResource.Builder avoiding the
need to create one manually via TableWithColumnsResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to tableWithColumns(TableWithColumnsResource).tableWithColumns - a consumer that will call methods on TableWithColumnsResource.BuildertableWithColumns(TableWithColumnsResource)Resource.Builder dataLocation(DataLocationResource dataLocation)
The location of an Amazon S3 path where permissions are granted or revoked.
dataLocation - The location of an Amazon S3 path where permissions are granted or revoked.default Resource.Builder dataLocation(Consumer<DataLocationResource.Builder> dataLocation)
The location of an Amazon S3 path where permissions are granted or revoked.
This is a convenience that creates an instance of theDataLocationResource.Builder avoiding the need
to create one manually via DataLocationResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataLocation(DataLocationResource).dataLocation - a consumer that will call methods on DataLocationResource.BuilderdataLocation(DataLocationResource)Copyright © 2019. All rights reserved.