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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaSummary.BuilderlastModified(Instant lastModified)The date and time that schema was modified.SchemaSummary.BuilderschemaArn(String schemaArn)The ARN of the schema.SchemaSummary.BuilderschemaName(String schemaName)The name of the schema.SchemaSummary.Buildertags(Map<String,String> tags)Tags associated with the schema.SchemaSummary.BuilderversionCount(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 Detail
-
lastModified
SchemaSummary.Builder lastModified(Instant 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
SchemaSummary.Builder schemaArn(String 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
SchemaSummary.Builder schemaName(String 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
SchemaSummary.Builder tags(Map<String,String> 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
SchemaSummary.Builder versionCount(Long 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.
-
-