@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLakeFormationIdentityCenterConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateLakeFormationIdentityCenterConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateLakeFormationIdentityCenterConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationStatus()
Allows to enable or disable the IAM Identity Center connection.
|
String |
getCatalogId()
The identifier for the Data Catalog.
|
ExternalFilteringConfiguration |
getExternalFiltering()
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access
data managed by Lake Formation.
|
int |
hashCode() |
void |
setApplicationStatus(String applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
|
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setExternalFiltering(ExternalFilteringConfiguration externalFiltering)
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access
data managed by Lake Formation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLakeFormationIdentityCenterConfigurationRequest |
withApplicationStatus(ApplicationStatus applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
|
UpdateLakeFormationIdentityCenterConfigurationRequest |
withApplicationStatus(String applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
|
UpdateLakeFormationIdentityCenterConfigurationRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
UpdateLakeFormationIdentityCenterConfigurationRequest |
withExternalFiltering(ExternalFilteringConfiguration externalFiltering)
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access
data managed by Lake Formation.
|
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, withSdkRequestTimeoutpublic UpdateLakeFormationIdentityCenterConfigurationRequest()
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, view definitions, and other control information to manage your 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, view definitions, and other control
information to manage your 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, view definitions, and other control information to manage your Lake Formation environment.
public UpdateLakeFormationIdentityCenterConfigurationRequest 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, view definitions, and other control information to manage your 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, view definitions, and other control
information to manage your Lake Formation environment.public void setApplicationStatus(String applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
applicationStatus - Allows to enable or disable the IAM Identity Center connection.ApplicationStatuspublic String getApplicationStatus()
Allows to enable or disable the IAM Identity Center connection.
ApplicationStatuspublic UpdateLakeFormationIdentityCenterConfigurationRequest withApplicationStatus(String applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
applicationStatus - Allows to enable or disable the IAM Identity Center connection.ApplicationStatuspublic UpdateLakeFormationIdentityCenterConfigurationRequest withApplicationStatus(ApplicationStatus applicationStatus)
Allows to enable or disable the IAM Identity Center connection.
applicationStatus - Allows to enable or disable the IAM Identity Center connection.ApplicationStatuspublic void setExternalFiltering(ExternalFilteringConfiguration externalFiltering)
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
externalFiltering - A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to
access data managed by Lake Formation.public ExternalFilteringConfiguration getExternalFiltering()
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
public UpdateLakeFormationIdentityCenterConfigurationRequest withExternalFiltering(ExternalFilteringConfiguration externalFiltering)
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
externalFiltering - A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to
access data managed by Lake Formation.public String toString()
toString in class ObjectObject.toString()public UpdateLakeFormationIdentityCenterConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.