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