| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociation |
ConfiguredTableAssociation.clone() |
ConfiguredTableAssociation |
UpdateConfiguredTableAssociationResult.getConfiguredTableAssociation()
The entire updated configured table association.
|
ConfiguredTableAssociation |
CreateConfiguredTableAssociationResult.getConfiguredTableAssociation()
The configured table association.
|
ConfiguredTableAssociation |
GetConfiguredTableAssociationResult.getConfiguredTableAssociation()
The entire configured table association object.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withAnalysisRuleTypes(Collection<String> analysisRuleTypes)
The analysis rule types for the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withAnalysisRuleTypes(ConfiguredTableAssociationAnalysisRuleType... analysisRuleTypes)
The analysis rule types for the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withAnalysisRuleTypes(String... analysisRuleTypes)
The analysis rule types for the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withArn(String arn)
The unique ARN for the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withConfiguredTableArn(String configuredTableArn)
The unique ARN for the configured table that the association refers to.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withConfiguredTableId(String configuredTableId)
The unique ID for the configured table that the association refers to.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withCreateTime(Date createTime)
The time the configured table association was created.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withDescription(String description)
A description of the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withId(String id)
The unique ID for the configured table association.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withMembershipArn(String membershipArn)
The unique ARN for the membership this configured table association belongs to.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withMembershipId(String membershipId)
The unique ID for the membership this configured table association belongs to.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withName(String name)
The name of the configured table association, in lowercase.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withRoleArn(String roleArn)
The service will assume this role to access catalog metadata and query the table.
|
ConfiguredTableAssociation |
ConfiguredTableAssociation.withUpdateTime(Date updateTime)
The time the configured table association was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConfiguredTableAssociationResult.setConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire updated configured table association.
|
void |
CreateConfiguredTableAssociationResult.setConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The configured table association.
|
void |
GetConfiguredTableAssociationResult.setConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
UpdateConfiguredTableAssociationResult |
UpdateConfiguredTableAssociationResult.withConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire updated configured table association.
|
CreateConfiguredTableAssociationResult |
CreateConfiguredTableAssociationResult.withConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The configured table association.
|
GetConfiguredTableAssociationResult |
GetConfiguredTableAssociationResult.withConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
Copyright © 2025. All rights reserved.