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 |
dataCellsFilter(Consumer<DataCellsFilterResource.Builder> dataCellsFilter)
A data cell filter.
|
Resource.Builder |
dataCellsFilter(DataCellsFilterResource dataCellsFilter)
A data cell filter.
|
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 |
lfTag(Consumer<LFTagKeyResource.Builder> lfTag)
The LF-tag key and values attached to a resource.
|
Resource.Builder |
lfTag(LFTagKeyResource lfTag)
The LF-tag key and values attached to a resource.
|
default Resource.Builder |
lfTagPolicy(Consumer<LFTagPolicyResource.Builder> lfTagPolicy)
A list of LF-tag conditions that define a resource's LF-tag policy.
|
Resource.Builder |
lfTagPolicy(LFTagPolicyResource lfTagPolicy)
A list of LF-tag conditions that define a resource's LF-tag policy.
|
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 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 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 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)Resource.Builder dataCellsFilter(DataCellsFilterResource dataCellsFilter)
A data cell filter.
dataCellsFilter - A data cell filter.default Resource.Builder dataCellsFilter(Consumer<DataCellsFilterResource.Builder> dataCellsFilter)
A data cell filter.
This is a convenience that creates an instance of theDataCellsFilterResource.Builder avoiding the
need to create one manually via DataCellsFilterResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataCellsFilter(DataCellsFilterResource).dataCellsFilter - a consumer that will call methods on DataCellsFilterResource.BuilderdataCellsFilter(DataCellsFilterResource)Resource.Builder lfTag(LFTagKeyResource lfTag)
The LF-tag key and values attached to a resource.
lfTag - The LF-tag key and values attached to a resource.default Resource.Builder lfTag(Consumer<LFTagKeyResource.Builder> lfTag)
The LF-tag key and values attached to a resource.
This is a convenience that creates an instance of theLFTagKeyResource.Builder avoiding the need to
create one manually via LFTagKeyResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lfTag(LFTagKeyResource).lfTag - a consumer that will call methods on LFTagKeyResource.BuilderlfTag(LFTagKeyResource)Resource.Builder lfTagPolicy(LFTagPolicyResource lfTagPolicy)
A list of LF-tag conditions that define a resource's LF-tag policy.
lfTagPolicy - A list of LF-tag conditions that define a resource's LF-tag policy.default Resource.Builder lfTagPolicy(Consumer<LFTagPolicyResource.Builder> lfTagPolicy)
A list of LF-tag conditions that define a resource's LF-tag policy.
This is a convenience that creates an instance of theLFTagPolicyResource.Builder avoiding the need
to create one manually via LFTagPolicyResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lfTagPolicy(LFTagPolicyResource).lfTagPolicy - a consumer that will call methods on LFTagPolicyResource.BuilderlfTagPolicy(LFTagPolicyResource)Copyright © 2022. All rights reserved.