Interface SchemaSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchemaSummary.Builder,
,SchemaSummary> SdkBuilder<SchemaSummary.Builder,
,SchemaSummary> SdkPojo
- Enclosing class:
SchemaSummary
-
Method Summary
Modifier and TypeMethodDescriptionanalysisMethod
(String analysisMethod) The analysis method for the associated schema.analysisMethod
(AnalysisMethod analysisMethod) The analysis method for the associated schema.analysisRuleTypes
(Collection<AnalysisRuleType> analysisRuleTypes) The types of analysis rules that are associated with this schema object.analysisRuleTypes
(AnalysisRuleType... analysisRuleTypes) The types of analysis rules that are associated with this schema object.analysisRuleTypesWithStrings
(String... analysisRuleTypes) The types of analysis rules that are associated with this schema object.analysisRuleTypesWithStrings
(Collection<String> analysisRuleTypes) The types of analysis rules that are associated with this schema object.collaborationArn
(String collaborationArn) The unique ARN for the collaboration that the schema belongs to.collaborationId
(String collaborationId) The unique ID for the collaboration that the schema belongs to.createTime
(Instant createTime) The time the schema object was created.creatorAccountId
(String creatorAccountId) The unique account ID for the Amazon Web Services account that owns the schema.The name for the schema object.The type of schema object.type
(SchemaType type) The type of schema object.updateTime
(Instant updateTime) The time the schema object was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name for the schema object.
- Parameters:
name
- The name for the schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of schema object. The only valid schema type is currently `TABLE`.
- Parameters:
type
- The type of schema object. The only valid schema type is currently `TABLE`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of schema object. The only valid schema type is currently `TABLE`.
- Parameters:
type
- The type of schema object. The only valid schema type is currently `TABLE`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creatorAccountId
The unique account ID for the Amazon Web Services account that owns the schema.
- Parameters:
creatorAccountId
- The unique account ID for the Amazon Web Services account that owns the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time the schema object was created.
- Parameters:
createTime
- The time the schema object was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The time the schema object was last updated.
- Parameters:
updateTime
- The time the schema object was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
The unique ID for the collaboration that the schema belongs to.
- Parameters:
collaborationId
- The unique ID for the collaboration that the schema belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
The unique ARN for the collaboration that the schema belongs to.
- Parameters:
collaborationArn
- The unique ARN for the collaboration that the schema belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypesWithStrings
The types of analysis rules that are associated with this schema object.
- Parameters:
analysisRuleTypes
- The types of analysis rules that are associated with this schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypesWithStrings
The types of analysis rules that are associated with this schema object.
- Parameters:
analysisRuleTypes
- The types of analysis rules that are associated with this schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypes
The types of analysis rules that are associated with this schema object.
- Parameters:
analysisRuleTypes
- The types of analysis rules that are associated with this schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypes
The types of analysis rules that are associated with this schema object.
- Parameters:
analysisRuleTypes
- The types of analysis rules that are associated with this schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisMethod
The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
- Parameters:
analysisMethod
- The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisMethod
The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
- Parameters:
analysisMethod
- The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-