| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisMethod(String analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
SchemaSummary.Builder.analysisRuleTypesWithStrings(String... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
static SchemaSummary.Builder |
SchemaSummary.builder() |
SchemaSummary.Builder |
SchemaSummary.Builder.collaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
|
SchemaSummary.Builder |
SchemaSummary.Builder.collaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
|
SchemaSummary.Builder |
SchemaSummary.Builder.createTime(Instant createTime)
The time the schema object was created.
|
SchemaSummary.Builder |
SchemaSummary.Builder.creatorAccountId(String creatorAccountId)
The unique account ID for the AWS account that owns the schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.name(String name)
The name for the schema object.
|
SchemaSummary.Builder |
SchemaSummary.toBuilder() |
SchemaSummary.Builder |
SchemaSummary.Builder.type(SchemaType type)
The type of schema object.
|
SchemaSummary.Builder |
SchemaSummary.Builder.type(String type)
The type of schema object.
|
SchemaSummary.Builder |
SchemaSummary.Builder.updateTime(Instant updateTime)
The time the schema object was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaSummary.Builder> |
SchemaSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.