Interface SchemaVersionListItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SchemaVersionListItem.Builder,,- SchemaVersionListItem> - SdkBuilder<SchemaVersionListItem.Builder,,- SchemaVersionListItem> - SdkPojo
- Enclosing class:
- SchemaVersionListItem
@Mutable
@NotThreadSafe
public static interface SchemaVersionListItem.Builder
extends SdkPojo, CopyableBuilder<SchemaVersionListItem.Builder,SchemaVersionListItem> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A description of the schema version.The name of the schema version.The identifier of the schema version.semanticVersion(String semanticVersion) The schema version.The type of schema version.type(SchemaVersionType type) The type of schema version.visibility(String visibility) The visibility of the schema version.visibility(SchemaVersionVisibility visibility) The visibility of the schema version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
schemaIdThe identifier of the schema version. - Parameters:
- schemaId- The identifier of the schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of schema version. - Parameters:
- type- The type of schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of schema version. - Parameters:
- type- The type of schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionA description of the schema version. - Parameters:
- description- A description of the schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespaceThe name of the schema version. - Parameters:
- namespace- The name of the schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
semanticVersionThe schema version. If this is left blank, it defaults to the latest version. - Parameters:
- semanticVersion- The schema version. If this is left blank, it defaults to the latest version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
visibilityThe visibility of the schema version. - Parameters:
- visibility- The visibility of the schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
visibilityThe visibility of the schema version. - Parameters:
- visibility- The visibility of the schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-