@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceInfo.Builder,ResourceInfo>
A structure containing information about an Lake Formation resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hybridAccessEnabled()
Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation
permissions as well as Amazon S3 bucket policies.
|
Instant |
lastModified()
The date and time the resource was last modified.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the resource.
|
String |
roleArn()
The IAM role that registered a resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceInfo.Builder> |
serializableBuilderClass() |
ResourceInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
withFederation()
Whether or not the resource is a federated resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the resource.
public final String roleArn()
The IAM role that registered a resource.
public final Instant lastModified()
The date and time the resource was last modified.
public final Boolean withFederation()
Whether or not the resource is a federated resource.
public final Boolean hybridAccessEnabled()
Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
public ResourceInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceInfo.Builder,ResourceInfo>public static ResourceInfo.Builder builder()
public static Class<? extends ResourceInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.