| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMappingSummary.Builder |
SchemaMappingSummary.builder() |
SchemaMappingSummary.Builder |
SchemaMappingSummary.Builder.createdAt(Instant createdAt)
The timestamp of when the
SchemaMapping was created. |
SchemaMappingSummary.Builder |
SchemaMappingSummary.Builder.schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
SchemaMappingSummary.Builder |
SchemaMappingSummary.Builder.schemaName(String schemaName)
The name of the schema.
|
SchemaMappingSummary.Builder |
SchemaMappingSummary.toBuilder() |
SchemaMappingSummary.Builder |
SchemaMappingSummary.Builder.updatedAt(Instant updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaMappingSummary.Builder> |
SchemaMappingSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.