@Generated(value="software.amazon.awssdk:codegen") public final class LakeFormationOptInsInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LakeFormationOptInsInfo.Builder,LakeFormationOptInsInfo>
A single principal-resource pair that has Lake Formation permissins enforced.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LakeFormationOptInsInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LakeFormationOptInsInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
The last modified date and time of the record.
|
String |
lastUpdatedBy()
The user who updated the record.
|
DataLakePrincipal |
principal()
Returns the value of the Principal property for this object.
|
Resource |
resource()
Returns the value of the Resource property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LakeFormationOptInsInfo.Builder> |
serializableBuilderClass() |
LakeFormationOptInsInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Resource resource()
public final DataLakePrincipal principal()
public final Instant lastModified()
The last modified date and time of the record.
public final String lastUpdatedBy()
The user who updated the record.
public LakeFormationOptInsInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LakeFormationOptInsInfo.Builder,LakeFormationOptInsInfo>public static LakeFormationOptInsInfo.Builder builder()
public static Class<? extends LakeFormationOptInsInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.