Interface DatasetSchemaSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>, SdkBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>, SdkPojo
Enclosing class:
DatasetSchemaSummary

public static interface DatasetSchemaSummary.Builder extends SdkPojo, CopyableBuilder<DatasetSchemaSummary.Builder,DatasetSchemaSummary>
  • Method Details

    • name

      The name of the schema.

      Parameters:
      name - The name of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaArn

      DatasetSchemaSummary.Builder schemaArn(String schemaArn)

      The Amazon Resource Name (ARN) of the schema.

      Parameters:
      schemaArn - The Amazon Resource Name (ARN) of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      DatasetSchemaSummary.Builder creationDateTime(Instant creationDateTime)

      The date and time (in Unix time) that the schema was created.

      Parameters:
      creationDateTime - The date and time (in Unix time) that the schema was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      DatasetSchemaSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The date and time (in Unix time) that the schema was last updated.

      Parameters:
      lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain of a schema that you created for a dataset in a Domain dataset group.

      Parameters:
      domain - The domain of a schema that you created for a dataset in a Domain dataset group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domain

      The domain of a schema that you created for a dataset in a Domain dataset group.

      Parameters:
      domain - The domain of a schema that you created for a dataset in a Domain dataset group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: