public static interface ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder,ImportAssetsFromLakeFormationTagPolicyRequestDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder catalogId(String catalogId)
The identifier for the AWS Glue Data Catalog.
catalogId - The identifier for the AWS Glue Data Catalog.ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder database(DatabaseLFTagPolicyAndPermissions database)
A structure for the database object.
database - A structure for the database object.default ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder database(Consumer<DatabaseLFTagPolicyAndPermissions.Builder> database)
A structure for the database object.
This is a convenience method that creates an instance of theDatabaseLFTagPolicyAndPermissions.Builder avoiding the need to create one manually via
DatabaseLFTagPolicyAndPermissions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to database(DatabaseLFTagPolicyAndPermissions).
database - a consumer that will call methods on DatabaseLFTagPolicyAndPermissions.Builderdatabase(DatabaseLFTagPolicyAndPermissions)ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder table(TableLFTagPolicyAndPermissions table)
A structure for the table object.
table - A structure for the table object.default ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder table(Consumer<TableLFTagPolicyAndPermissions.Builder> table)
A structure for the table object.
This is a convenience method that creates an instance of theTableLFTagPolicyAndPermissions.Builder
avoiding the need to create one manually via TableLFTagPolicyAndPermissions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to table(TableLFTagPolicyAndPermissions).
table - a consumer that will call methods on TableLFTagPolicyAndPermissions.Buildertable(TableLFTagPolicyAndPermissions)ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder roleArn(String roleArn)
The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions of subscribers to AWS Lake Formation data permissions.
roleArn - The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions
of subscribers to AWS Lake Formation data permissions.ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId - The unique identifier for the data set associated with this import job.ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import job.
revisionId - The unique identifier for the revision associated with this import job.Copyright © 2023. All rights reserved.