| 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 |
|---|---|
List<AnalysisRule> |
BatchGetSchemaAnalysisRuleResult.getAnalysisRules()
The retrieved list of analysis rules.
|
| 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.
|
BatchGetSchemaAnalysisRuleResult |
BatchGetSchemaAnalysisRuleResult.withAnalysisRules(AnalysisRule... analysisRules)
The retrieved list of analysis rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSchemaAnalysisRuleResult.setAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
|
BatchGetSchemaAnalysisRuleResult |
BatchGetSchemaAnalysisRuleResult.withAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
|
Copyright © 2024. All rights reserved.