Schema.Builder |
Schema.Builder.analysisMethod(String analysisMethod) |
The analysis method for the schema.
|
Schema.Builder |
Schema.Builder.analysisMethod(AnalysisMethod analysisMethod) |
The analysis method for the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes) |
The analysis rule types associated with the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypes(AnalysisRuleType... analysisRuleTypes) |
The analysis rule types associated with the schema.
|
Schema.Builder |
Schema.Builder.analysisRuleTypesWithStrings(String... 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.
|
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(Consumer<Column.Builder>... 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.createTime(Instant createTime) |
The time the schema was created.
|
Schema.Builder |
Schema.Builder.creatorAccountId(String creatorAccountId) |
The unique account ID for the Amazon Web Services 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(Consumer<Column.Builder>... 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.toBuilder() |
|
Schema.Builder |
Schema.Builder.type(String type) |
The type of schema.
|
Schema.Builder |
Schema.Builder.type(SchemaType type) |
The type of schema.
|
Schema.Builder |
Schema.Builder.updateTime(Instant updateTime) |
The time the schema was last updated.
|