@Generated(value="software.amazon.awssdk:codegen") public final class PutDataLakeSettingsRequest extends LakeFormationRequest implements ToCopyableBuilder<PutDataLakeSettingsRequest.Builder,PutDataLakeSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutDataLakeSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutDataLakeSettingsRequest.Builder |
builder() |
String |
catalogId()
The identifier for the Data Catalog.
|
DataLakeSettings |
dataLakeSettings()
A list of AWS Lake Formation principals.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDataLakeSettingsRequest.Builder> |
serializableBuilderClass() |
PutDataLakeSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String catalogId()
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
public DataLakeSettings dataLakeSettings()
A list of AWS Lake Formation principals.
public PutDataLakeSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutDataLakeSettingsRequest.Builder,PutDataLakeSettingsRequest>toBuilder in class LakeFormationRequestpublic static PutDataLakeSettingsRequest.Builder builder()
public static Class<? extends PutDataLakeSettingsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.