public static interface SchemaMappingSummary.Builder extends SdkPojo, CopyableBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>
| Modifier and Type | Method and Description |
|---|---|
SchemaMappingSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the
SchemaMapping was created. |
SchemaMappingSummary.Builder |
hasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
SchemaMappingSummary.Builder |
schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
SchemaMappingSummary.Builder |
schemaName(String schemaName)
The name of the schema.
|
SchemaMappingSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaMappingSummary.Builder createdAt(Instant createdAt)
The timestamp of when the SchemaMapping was created.
createdAt - The timestamp of when the SchemaMapping was created.SchemaMappingSummary.Builder hasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
hasWorkflows - Specifies whether the schema mapping has been applied to a workflow.SchemaMappingSummary.Builder schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
schemaArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.SchemaMappingSummary.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.SchemaMappingSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the SchemaMapping was last updated.
updatedAt - The timestamp of when the SchemaMapping was last updated.Copyright © 2023. All rights reserved.