public static interface LFResourceDetails.Builder extends SdkPojo, CopyableBuilder<LFResourceDetails.Builder,LFResourceDetails>
| Modifier and Type | Method and Description |
|---|---|
default LFResourceDetails.Builder |
database(Consumer<DatabaseLFTagPolicy.Builder> database)
Details about the database resource included in the AWS Lake Formation data permission.
|
LFResourceDetails.Builder |
database(DatabaseLFTagPolicy database)
Details about the database resource included in the AWS Lake Formation data permission.
|
default LFResourceDetails.Builder |
table(Consumer<TableLFTagPolicy.Builder> table)
Details about the table resource included in the AWS Lake Formation data permission.
|
LFResourceDetails.Builder |
table(TableLFTagPolicy table)
Details about the table resource included in the AWS Lake Formation data permission.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFResourceDetails.Builder database(DatabaseLFTagPolicy database)
Details about the database resource included in the AWS Lake Formation data permission.
database - Details about the database resource included in the AWS Lake Formation data permission.default LFResourceDetails.Builder database(Consumer<DatabaseLFTagPolicy.Builder> database)
Details about the database resource included in the AWS Lake Formation data permission.
This is a convenience method that creates an instance of theDatabaseLFTagPolicy.Builder avoiding the
need to create one manually via DatabaseLFTagPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to database(DatabaseLFTagPolicy).
database - a consumer that will call methods on DatabaseLFTagPolicy.Builderdatabase(DatabaseLFTagPolicy)LFResourceDetails.Builder table(TableLFTagPolicy table)
Details about the table resource included in the AWS Lake Formation data permission.
table - Details about the table resource included in the AWS Lake Formation data permission.default LFResourceDetails.Builder table(Consumer<TableLFTagPolicy.Builder> table)
Details about the table resource included in the AWS Lake Formation data permission.
This is a convenience method that creates an instance of theTableLFTagPolicy.Builder avoiding the
need to create one manually via TableLFTagPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to table(TableLFTagPolicy).
table - a consumer that will call methods on TableLFTagPolicy.Buildertable(TableLFTagPolicy)Copyright © 2023. All rights reserved.