@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLakeFormationIdentityCenterConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLakeFormationIdentityCenterConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLakeFormationIdentityCenterConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon Resource Name (ARN) of the integrated application.
|
String |
getCatalogId()
The identifier for the Data Catalog.
|
ExternalFilteringConfiguration |
getExternalFiltering()
Indicates if external filtering is enabled.
|
String |
getInstanceArn()
The Amazon Resource Name (ARN) of the connection.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
|
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setExternalFiltering(ExternalFilteringConfiguration externalFiltering)
Indicates if external filtering is enabled.
|
void |
setInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the connection.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLakeFormationIdentityCenterConfigurationResult |
withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
|
DescribeLakeFormationIdentityCenterConfigurationResult |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
DescribeLakeFormationIdentityCenterConfigurationResult |
withExternalFiltering(ExternalFilteringConfiguration externalFiltering)
Indicates if external filtering is enabled.
|
DescribeLakeFormationIdentityCenterConfigurationResult |
withInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLakeFormationIdentityCenterConfigurationResult()
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 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 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 Lake Formation environment.
public DescribeLakeFormationIdentityCenterConfigurationResult 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 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 Lake Formation environment.public void setInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the connection.
instanceArn
- The Amazon Resource Name (ARN) of the connection.public String getInstanceArn()
The Amazon Resource Name (ARN) of the connection.
public DescribeLakeFormationIdentityCenterConfigurationResult withInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the connection.
instanceArn
- The Amazon Resource Name (ARN) of the connection.public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
applicationArn
- The Amazon Resource Name (ARN) of the integrated application.public String getApplicationArn()
The Amazon Resource Name (ARN) of the integrated application.
public DescribeLakeFormationIdentityCenterConfigurationResult withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
applicationArn
- The Amazon Resource Name (ARN) of the integrated application.public void setExternalFiltering(ExternalFilteringConfiguration externalFiltering)
Indicates if external filtering is enabled.
externalFiltering
- Indicates if external filtering is enabled.public ExternalFilteringConfiguration getExternalFiltering()
Indicates if external filtering is enabled.
public DescribeLakeFormationIdentityCenterConfigurationResult withExternalFiltering(ExternalFilteringConfiguration externalFiltering)
Indicates if external filtering is enabled.
externalFiltering
- Indicates if external filtering is enabled.public String toString()
toString
in class Object
Object.toString()
public DescribeLakeFormationIdentityCenterConfigurationResult clone()