@Generated(value="software.amazon.awssdk:codegen") public final class ImportAssetsFromLakeFormationTagPolicyRequestDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder,ImportAssetsFromLakeFormationTagPolicyRequestDetails>
Details about the assets imported from an AWS Lake Formation tag policy request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder |
builder() |
String |
catalogId()
The identifier for the AWS Glue Data Catalog.
|
DatabaseLFTagPolicyAndPermissions |
database()
A structure for the database object.
|
String |
dataSetId()
The unique identifier for the data set associated with this import job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revisionId()
The unique identifier for the revision associated with this import job.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder> |
serializableBuilderClass() |
TableLFTagPolicyAndPermissions |
table()
A structure for the table object.
|
ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The identifier for the AWS Glue Data Catalog.
public final DatabaseLFTagPolicyAndPermissions database()
A structure for the database object.
public final TableLFTagPolicyAndPermissions table()
A structure for the table object.
public final 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.
public final String dataSetId()
The unique identifier for the data set associated with this import job.
public final String revisionId()
The unique identifier for the revision associated with this import job.
public ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder toBuilder()
public static ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder builder()
public static Class<? extends ImportAssetsFromLakeFormationTagPolicyRequestDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.