@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDataLakeSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutDataLakeSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
PutDataLakeSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
DataLakeSettings |
getDataLakeSettings()
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
|
String |
toString()
Returns a string representation of this object.
|
PutDataLakeSettingsRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
PutDataLakeSettingsRequest |
withDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCatalogId(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.
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 String getCatalogId()
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 PutDataLakeSettingsRequest withCatalogId(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.
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 void setDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
dataLakeSettings
- A structure representing a list of AWS Lake Formation principals designated as data lake administrators.public DataLakeSettings getDataLakeSettings()
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
public PutDataLakeSettingsRequest withDataLakeSettings(DataLakeSettings dataLakeSettings)
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
dataLakeSettings
- A structure representing a list of AWS Lake Formation principals designated as data lake administrators.public String toString()
toString
in class Object
Object.toString()
public PutDataLakeSettingsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.