@Generated(value="software.amazon.awssdk:codegen") public final class DataLakeSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeSettings.Builder,DataLakeSettings>
A structure representing a list of AWS Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataLakeSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataLakeSettings.Builder |
builder() |
List<PrincipalPermissions> |
createDatabaseDefaultPermissions()
A structure representing a list of up to three principal permissions entries for default create database
permissions.
|
List<PrincipalPermissions> |
createTableDefaultPermissions()
A structure representing a list of up to three principal permissions entries for default create table
permissions.
|
List<DataLakePrincipal> |
dataLakeAdmins()
A list of AWS Lake Formation principals.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCreateDatabaseDefaultPermissions()
Returns true if the CreateDatabaseDefaultPermissions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasCreateTableDefaultPermissions()
Returns true if the CreateTableDefaultPermissions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasDataLakeAdmins()
Returns true if the DataLakeAdmins property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTrustedResourceOwners()
Returns true if the TrustedResourceOwners property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataLakeSettings.Builder> |
serializableBuilderClass() |
DataLakeSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
trustedResourceOwners()
A list of the resource-owning account IDs that the caller's account can use to share their user access details
(user ARNs).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasDataLakeAdmins()
public final List<DataLakePrincipal> dataLakeAdmins()
A list of AWS Lake Formation principals. Supported principals are IAM users or IAM roles.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDataLakeAdmins() to see if a value was sent in this field.
public final boolean hasCreateDatabaseDefaultPermissions()
public final List<PrincipalPermissions> createDatabaseDefaultPermissions()
A structure representing a list of up to three principal permissions entries for default create database permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCreateDatabaseDefaultPermissions() to see if a value was sent in this field.
public final boolean hasCreateTableDefaultPermissions()
public final List<PrincipalPermissions> createTableDefaultPermissions()
A structure representing a list of up to three principal permissions entries for default create table permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCreateTableDefaultPermissions() to see if a value was sent in this field.
public final boolean hasTrustedResourceOwners()
public final List<String> trustedResourceOwners()
A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's AWS CloudTrail log.
You may want to specify this property when you are in a high-trust boundary, such as the same team or company.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTrustedResourceOwners() to see if a value was sent in this field.
You may want to specify this property when you are in a high-trust boundary, such as the same team or company.
public DataLakeSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataLakeSettings.Builder,DataLakeSettings>public static DataLakeSettings.Builder builder()
public static Class<? extends DataLakeSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.