| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisRule |
AnalysisRule.clone() |
AnalysisRule |
GetSchemaAnalysisRuleResult.getAnalysisRule()
A specification about how data from the configured table can be used.
|
AnalysisRule |
AnalysisRule.withCollaborationId(String collaborationId)
The unique ID for the associated collaboration.
|
AnalysisRule |
AnalysisRule.withCreateTime(Date createTime)
The time the analysis rule was created.
|
AnalysisRule |
AnalysisRule.withName(String name)
The name for the analysis rule.
|
AnalysisRule |
AnalysisRule.withPolicy(AnalysisRulePolicy policy)
A policy that describes the associated data usage limitations.
|
AnalysisRule |
AnalysisRule.withType(AnalysisRuleType type)
The type of analysis rule.
|
AnalysisRule |
AnalysisRule.withType(String type)
The type of analysis rule.
|
AnalysisRule |
AnalysisRule.withUpdateTime(Date updateTime)
The time the analysis rule was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSchemaAnalysisRuleResult.setAnalysisRule(AnalysisRule analysisRule)
A specification about how data from the configured table can be used.
|
GetSchemaAnalysisRuleResult |
GetSchemaAnalysisRuleResult.withAnalysisRule(AnalysisRule analysisRule)
A specification about how data from the configured table can be used.
|
Copyright © 2023. All rights reserved.