@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLakeFormationIdentityCenterConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateLakeFormationIdentityCenterConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLakeFormationIdentityCenterConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
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.
|
String |
getInstanceArn()
The ARN of the IAM Identity Center instance for which the operation will be executed.
|
int |
hashCode() |
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.
|
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance for which the operation will be executed.
|
String |
toString()
Returns a string representation of this object.
|
CreateLakeFormationIdentityCenterConfigurationRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
CreateLakeFormationIdentityCenterConfigurationRequest |
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.
|
CreateLakeFormationIdentityCenterConfigurationRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance for which the operation will be executed.
|
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 CreateLakeFormationIdentityCenterConfigurationRequest()
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 CreateLakeFormationIdentityCenterConfigurationRequest 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 setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance for which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn - The ARN of the IAM Identity Center instance for which the operation will be executed. For more information
about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web
Services General Reference.public String getInstanceArn()
The ARN of the IAM Identity Center instance for which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public CreateLakeFormationIdentityCenterConfigurationRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance for which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn - The ARN of the IAM Identity Center instance for which the operation will be executed. For more information
about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web
Services General Reference.public 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 CreateLakeFormationIdentityCenterConfigurationRequest 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 CreateLakeFormationIdentityCenterConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.