public static interface DatasetSchema.Builder extends SdkPojo, CopyableBuilder<DatasetSchema.Builder,DatasetSchema>
| Modifier and Type | Method and Description |
|---|---|
DatasetSchema.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the schema was created.
|
DatasetSchema.Builder |
domain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetSchema.Builder |
domain(String domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetSchema.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
DatasetSchema.Builder |
name(String name)
The name of the schema.
|
DatasetSchema.Builder |
schema(String schema)
The schema.
|
DatasetSchema.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetSchema.Builder name(String name)
The name of the schema.
name - The name of the schema.DatasetSchema.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn - The Amazon Resource Name (ARN) of the schema.DatasetSchema.Builder schema(String schema)
The schema.
schema - The schema.DatasetSchema.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the schema was created.
creationDateTime - The date and time (in Unix time) that the schema was created.DatasetSchema.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.DatasetSchema.Builder domain(String domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
DatasetSchema.Builder domain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
Copyright © 2022. All rights reserved.