| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the schema.
|
Schema.Builder |
Schema.Builder.analysisMethod(String analysisMethod)
The analysis method for the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The analysis rule types associated with the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypesWithStrings(String... analysisRuleTypes)
The analysis rule types associated with the schema.
|
static Schema.Builder |
Schema.builder() |
Schema.Builder |
Schema.Builder.collaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
|
Schema.Builder |
Schema.Builder.collaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
|
Schema.Builder |
Schema.Builder.columns(Collection<Column> columns)
The columns for the relation this schema represents.
|
Schema.Builder |
Schema.Builder.columns(Column... columns)
The columns for the relation this schema represents.
|
Schema.Builder |
Schema.Builder.columns(Consumer<Column.Builder>... columns)
The columns for the relation this schema represents.
|
Schema.Builder |
Schema.Builder.createTime(Instant createTime)
The time the schema was created.
|
Schema.Builder |
Schema.Builder.creatorAccountId(String creatorAccountId)
The unique account ID for the AWS account that owns the schema.
|
Schema.Builder |
Schema.Builder.description(String description)
A description for the schema.
|
Schema.Builder |
Schema.Builder.name(String name)
A name for the schema.
|
Schema.Builder |
Schema.Builder.partitionKeys(Collection<Column> partitionKeys)
The partition keys for the dataset underlying this schema.
|
Schema.Builder |
Schema.Builder.partitionKeys(Column... partitionKeys)
The partition keys for the dataset underlying this schema.
|
Schema.Builder |
Schema.Builder.partitionKeys(Consumer<Column.Builder>... partitionKeys)
The partition keys for the dataset underlying this schema.
|
Schema.Builder |
Schema.toBuilder() |
Schema.Builder |
Schema.Builder.type(SchemaType type)
The type of schema.
|
Schema.Builder |
Schema.Builder.type(String type)
The type of schema.
|
Schema.Builder |
Schema.Builder.updateTime(Instant updateTime)
The time the schema was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Schema.Builder> |
Schema.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSchemaResponse.Builder |
GetSchemaResponse.Builder.schema(Consumer<Schema.Builder> schema)
The entire schema object.
|
Copyright © 2023. All rights reserved.