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 Details

    • 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

      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:
    • 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.