Interface SchemaSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchemaSummary.Builder,
,SchemaSummary> SdkBuilder<SchemaSummary.Builder,
,SchemaSummary> SdkPojo
- Enclosing class:
SchemaSummary
public static interface SchemaSummary.Builder
extends SdkPojo, CopyableBuilder<SchemaSummary.Builder,SchemaSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlastModified
(Instant lastModified) The date and time that schema was modified.The ARN of the schema.schemaName
(String schemaName) The name of the schema.Tags associated with the schema.versionCount
(Long versionCount) The number of versions available for the schema.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
-
lastModified
The date and time that schema was modified.
- Parameters:
lastModified
- The date and time that schema was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArn
The ARN of the schema.
- Parameters:
schemaArn
- The ARN of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema.
- Parameters:
schemaName
- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags associated with the schema.
- Parameters:
tags
- Tags associated with the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionCount
The number of versions available for the schema.
- Parameters:
versionCount
- The number of versions available for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-