| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTable |
ConfiguredTable.clone() |
ConfiguredTable |
GetConfiguredTableResult.getConfiguredTable()
The retrieved configured table.
|
ConfiguredTable |
UpdateConfiguredTableResult.getConfiguredTable()
The updated configured table.
|
ConfiguredTable |
CreateConfiguredTableResult.getConfiguredTable()
The created configured table.
|
ConfiguredTable |
ConfiguredTable.withAllowedColumns(Collection<String> allowedColumns)
The columns within the underlying AWS Glue table that can be utilized within collaborations.
|
ConfiguredTable |
ConfiguredTable.withAllowedColumns(String... allowedColumns)
The columns within the underlying AWS Glue table that can be utilized within collaborations.
|
ConfiguredTable |
ConfiguredTable.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured table.
|
ConfiguredTable |
ConfiguredTable.withAnalysisMethod(String analysisMethod)
The analysis method for the configured table.
|
ConfiguredTable |
ConfiguredTable.withAnalysisRuleTypes(Collection<String> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTable |
ConfiguredTable.withAnalysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTable |
ConfiguredTable.withAnalysisRuleTypes(String... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTable |
ConfiguredTable.withArn(String arn)
The unique ARN for the configured table.
|
ConfiguredTable |
ConfiguredTable.withCreateTime(Date createTime)
The time the configured table was created.
|
ConfiguredTable |
ConfiguredTable.withDescription(String description)
A description for the configured table.
|
ConfiguredTable |
ConfiguredTable.withId(String id)
The unique ID for the configured table.
|
ConfiguredTable |
ConfiguredTable.withName(String name)
A name for the configured table.
|
ConfiguredTable |
ConfiguredTable.withTableReference(TableReference tableReference)
The AWS Glue table that this configured table represents.
|
ConfiguredTable |
ConfiguredTable.withUpdateTime(Date updateTime)
The time the configured table was last updated
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfiguredTableResult.setConfiguredTable(ConfiguredTable configuredTable)
The retrieved configured table.
|
void |
UpdateConfiguredTableResult.setConfiguredTable(ConfiguredTable configuredTable)
The updated configured table.
|
void |
CreateConfiguredTableResult.setConfiguredTable(ConfiguredTable configuredTable)
The created configured table.
|
GetConfiguredTableResult |
GetConfiguredTableResult.withConfiguredTable(ConfiguredTable configuredTable)
The retrieved configured table.
|
UpdateConfiguredTableResult |
UpdateConfiguredTableResult.withConfiguredTable(ConfiguredTable configuredTable)
The updated configured table.
|
CreateConfiguredTableResult |
CreateConfiguredTableResult.withConfiguredTable(ConfiguredTable configuredTable)
The created configured table.
|
Copyright © 2023. All rights reserved.