@Generated(value="software.amazon.awssdk:codegen") public final class ImportAssetsFromLakeFormationTagPolicyResponseDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder,ImportAssetsFromLakeFormationTagPolicyResponseDetails>
Details from an import AWS Lake Formation tag policy job response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportAssetsFromLakeFormationTagPolicyResponseDetails.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 to AWS Lake
Formation data permissions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder> |
serializableBuilderClass() |
TableLFTagPolicyAndPermissions |
table()
A structure for the table object.
|
ImportAssetsFromLakeFormationTagPolicyResponseDetails.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 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 ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder toBuilder()
public static ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder builder()
public static Class<? extends ImportAssetsFromLakeFormationTagPolicyResponseDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.