public static interface ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder,ImportAssetsFromLakeFormationTagPolicyResponseDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder catalogId(String catalogId)
The identifier for the AWS Glue Data Catalog.
catalogId - The identifier for the AWS Glue Data Catalog.ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder database(DatabaseLFTagPolicyAndPermissions database)
A structure for the database object.
database - A structure for the database object.default ImportAssetsFromLakeFormationTagPolicyResponseDetails.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)ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder table(TableLFTagPolicyAndPermissions table)
A structure for the table object.
table - A structure for the table object.default ImportAssetsFromLakeFormationTagPolicyResponseDetails.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)ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder roleArn(String roleArn)
The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions 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
to AWS Lake Formation data permissions.ImportAssetsFromLakeFormationTagPolicyResponseDetails.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.ImportAssetsFromLakeFormationTagPolicyResponseDetails.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.