| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.clone() |
Schema |
GetSchemaResult.getSchema()
The entire schema object.
|
Schema |
Schema.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the schema.
|
Schema |
Schema.withAnalysisMethod(String analysisMethod)
The analysis method for the schema.
|
Schema |
Schema.withAnalysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema |
Schema.withAnalysisRuleTypes(Collection<String> analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema |
Schema.withAnalysisRuleTypes(String... analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema |
Schema.withCollaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
|
Schema |
Schema.withCollaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
|
Schema |
Schema.withColumns(Collection<Column> columns)
The columns for the relation this schema represents.
|
Schema |
Schema.withColumns(Column... columns)
The columns for the relation this schema represents.
|
Schema |
Schema.withCreateTime(Date createTime)
The time the schema was created.
|
Schema |
Schema.withCreatorAccountId(String creatorAccountId)
The unique account ID for the Amazon Web Services account that owns the schema.
|
Schema |
Schema.withDescription(String description)
A description for the schema.
|
Schema |
Schema.withName(String name)
A name for the schema.
|
Schema |
Schema.withPartitionKeys(Collection<Column> partitionKeys)
The partition keys for the dataset underlying this schema.
|
Schema |
Schema.withPartitionKeys(Column... partitionKeys)
The partition keys for the dataset underlying this schema.
|
Schema |
Schema.withType(SchemaType type)
The type of schema.
|
Schema |
Schema.withType(String type)
The type of schema.
|
Schema |
Schema.withUpdateTime(Date updateTime)
The time the schema was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
BatchGetSchemaResult.getSchemas()
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSchemaResult.setSchema(Schema schema)
The entire schema object.
|
GetSchemaResult |
GetSchemaResult.withSchema(Schema schema)
The entire schema object.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withSchemas(Schema... schemas)
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSchemaResult.setSchemas(Collection<Schema> schemas)
The retrieved list of schemas.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withSchemas(Collection<Schema> schemas)
The retrieved list of schemas.
|
Copyright © 2023. All rights reserved.