Interface DatasetSchema.Builder

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

public static interface DatasetSchema.Builder extends SdkPojo, CopyableBuilder<DatasetSchema.Builder,DatasetSchema>
  • 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

      DatasetSchema.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.
    • schema

      DatasetSchema.Builder schema(String schema)

      The schema.

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

      DatasetSchema.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

      DatasetSchema.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

      DatasetSchema.Builder domain(String 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

      DatasetSchema.Builder domain(Domain 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: