public static interface SchemaSummary.Builder extends SdkPojo, CopyableBuilder<SchemaSummary.Builder,SchemaSummary>
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary.Builder |
analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary.Builder |
analysisMethod(String analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary.Builder |
analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
analysisRuleTypesWithStrings(String... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
|
SchemaSummary.Builder |
collaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
|
SchemaSummary.Builder |
createTime(Instant createTime)
The time the schema object was created.
|
SchemaSummary.Builder |
creatorAccountId(String creatorAccountId)
The unique account ID for the AWS account that owns the schema.
|
SchemaSummary.Builder |
name(String name)
The name for the schema object.
|
SchemaSummary.Builder |
type(SchemaType type)
The type of schema object.
|
SchemaSummary.Builder |
type(String type)
The type of schema object.
|
SchemaSummary.Builder |
updateTime(Instant updateTime)
The time the schema object was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaSummary.Builder name(String name)
The name for the schema object.
name - The name for the schema object.SchemaSummary.Builder type(String type)
The type of schema object. The only valid schema type is currently `TABLE`.
type - The type of schema object. The only valid schema type is currently `TABLE`.SchemaType,
SchemaTypeSchemaSummary.Builder type(SchemaType type)
The type of schema object. The only valid schema type is currently `TABLE`.
type - The type of schema object. The only valid schema type is currently `TABLE`.SchemaType,
SchemaTypeSchemaSummary.Builder creatorAccountId(String creatorAccountId)
The unique account ID for the AWS account that owns the schema.
creatorAccountId - The unique account ID for the AWS account that owns the schema.SchemaSummary.Builder createTime(Instant createTime)
The time the schema object was created.
createTime - The time the schema object was created.SchemaSummary.Builder updateTime(Instant updateTime)
The time the schema object was last updated.
updateTime - The time the schema object was last updated.SchemaSummary.Builder collaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
collaborationId - The unique ID for the collaboration that the schema belongs to.SchemaSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
collaborationArn - The unique ARN for the collaboration that the schema belongs to.SchemaSummary.Builder analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
analysisRuleTypes - The types of analysis rules that are associated with this schema object.SchemaSummary.Builder analysisRuleTypesWithStrings(String... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
analysisRuleTypes - The types of analysis rules that are associated with this schema object.SchemaSummary.Builder analysisRuleTypes(Collection<AnalysisRuleType> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
analysisRuleTypes - The types of analysis rules that are associated with this schema object.SchemaSummary.Builder analysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
analysisRuleTypes - The types of analysis rules that are associated with this schema object.SchemaSummary.Builder analysisMethod(String analysisMethod)
The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
analysisMethod - The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.AnalysisMethod,
AnalysisMethodSchemaSummary.Builder analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
analysisMethod - The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.AnalysisMethod,
AnalysisMethodCopyright © 2023. All rights reserved.