| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatusDetail |
SchemaStatusDetail.clone() |
SchemaStatusDetail |
SchemaStatusDetail.withAnalysisRuleType(AnalysisRuleType analysisRuleType)
The analysis rule type for which the schema status has been evaluated.
|
SchemaStatusDetail |
SchemaStatusDetail.withAnalysisRuleType(String analysisRuleType)
The analysis rule type for which the schema status has been evaluated.
|
SchemaStatusDetail |
SchemaStatusDetail.withAnalysisType(AnalysisType analysisType)
The type of analysis that can be performed on the schema.
|
SchemaStatusDetail |
SchemaStatusDetail.withAnalysisType(String analysisType)
The type of analysis that can be performed on the schema.
|
SchemaStatusDetail |
SchemaStatusDetail.withConfigurations(Collection<String> configurations)
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail |
SchemaStatusDetail.withConfigurations(SchemaConfiguration... configurations)
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail |
SchemaStatusDetail.withConfigurations(String... configurations)
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail |
SchemaStatusDetail.withReasons(Collection<SchemaStatusReason> reasons)
The reasons why the schema status is set to its current state.
|
SchemaStatusDetail |
SchemaStatusDetail.withReasons(SchemaStatusReason... reasons)
The reasons why the schema status is set to its current state.
|
SchemaStatusDetail |
SchemaStatusDetail.withStatus(SchemaStatus status)
The status of the schema, indicating if it is ready to query.
|
SchemaStatusDetail |
SchemaStatusDetail.withStatus(String status)
The status of the schema, indicating if it is ready to query.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaStatusDetail> |
Schema.getSchemaStatusDetails()
Details about the status of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.withSchemaStatusDetails(SchemaStatusDetail... schemaStatusDetails)
Details about the status of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setSchemaStatusDetails(Collection<SchemaStatusDetail> schemaStatusDetails)
Details about the status of the schema.
|
Schema |
Schema.withSchemaStatusDetails(Collection<SchemaStatusDetail> schemaStatusDetails)
Details about the status of the schema.
|
Copyright © 2025. All rights reserved.