Interface SchemaListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SchemaListItem.Builder,SchemaListItem>,SdkBuilder<SchemaListItem.Builder,SchemaListItem>,SdkPojo
- Enclosing class:
- SchemaListItem
public static interface SchemaListItem.Builder extends SdkPojo, CopyableBuilder<SchemaListItem.Builder,SchemaListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaListItem.BuildercreatedTime(String createdTime)The date and time that a schema was created.SchemaListItem.Builderdescription(String description)A description for the schema.SchemaListItem.BuilderregistryName(String registryName)the name of the registry where the schema resides.SchemaListItem.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) for the schema.SchemaListItem.BuilderschemaName(String schemaName)The name of the schema.SchemaListItem.BuilderschemaStatus(String schemaStatus)The status of the schema.SchemaListItem.BuilderschemaStatus(SchemaStatus schemaStatus)The status of the schema.SchemaListItem.BuilderupdatedTime(String updatedTime)The date and time that a schema was 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
registryName
SchemaListItem.Builder registryName(String registryName)
the name of the registry where the schema resides.
- Parameters:
registryName- the name of the registry where the schema resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
SchemaListItem.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.
-
schemaArn
SchemaListItem.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
- Parameters:
schemaArn- The Amazon Resource Name (ARN) for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SchemaListItem.Builder description(String description)
A description for the schema.
- Parameters:
description- A description for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaStatus
SchemaListItem.Builder schemaStatus(String schemaStatus)
The status of the schema.
- Parameters:
schemaStatus- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SchemaStatus,SchemaStatus
-
schemaStatus
SchemaListItem.Builder schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
- Parameters:
schemaStatus- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SchemaStatus,SchemaStatus
-
createdTime
SchemaListItem.Builder createdTime(String createdTime)
The date and time that a schema was created.
- Parameters:
createdTime- The date and time that a schema was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTime
SchemaListItem.Builder updatedTime(String updatedTime)
The date and time that a schema was updated.
- Parameters:
updatedTime- The date and time that a schema was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-