public static interface SchemaSummary.Builder extends SdkPojo, CopyableBuilder<SchemaSummary.Builder,SchemaSummary>
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary.Builder |
lastModified(Instant lastModified)
The date and time that schema was modified.
|
SchemaSummary.Builder |
schemaArn(String schemaArn)
The ARN of the schema.
|
SchemaSummary.Builder |
schemaName(String schemaName)
The name of the schema.
|
SchemaSummary.Builder |
tags(Map<String,String> tags)
Tags associated with the schema.
|
SchemaSummary.Builder |
versionCount(Long versionCount)
The number of versions available for the schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaSummary.Builder lastModified(Instant lastModified)
The date and time that schema was modified.
lastModified - The date and time that schema was modified.SchemaSummary.Builder schemaArn(String schemaArn)
The ARN of the schema.
schemaArn - The ARN of the schema.SchemaSummary.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.SchemaSummary.Builder tags(Map<String,String> tags)
Tags associated with the schema.
tags - Tags associated with the schema.SchemaSummary.Builder versionCount(Long versionCount)
The number of versions available for the schema.
versionCount - The number of versions available for the schema.Copyright © 2022. All rights reserved.