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 |
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.Copyright © 2019. All rights reserved.