public static interface GetSchemaMappingResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaMappingResponse.Builder,GetSchemaMappingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaMappingResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the
SchemaMapping was created. |
GetSchemaMappingResponse.Builder |
description(String description)
A description of the schema.
|
GetSchemaMappingResponse.Builder |
hasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
GetSchemaMappingResponse.Builder |
mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResponse.Builder |
mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResponse.Builder |
mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResponse.Builder |
schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
GetSchemaMappingResponse.Builder |
schemaName(String schemaName)
The name of the schema.
|
GetSchemaMappingResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetSchemaMappingResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaMappingResponse.Builder createdAt(Instant createdAt)
The timestamp of when the SchemaMapping was created.
createdAt - The timestamp of when the SchemaMapping was created.GetSchemaMappingResponse.Builder description(String description)
A description of the schema.
description - A description of the schema.GetSchemaMappingResponse.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.GetSchemaMappingResponse.Builder mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.
mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column
the source data table, and contains column name plus additional information Venice uses for matching.GetSchemaMappingResponse.Builder mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.
mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column
the source data table, and contains column name plus additional information Venice uses for matching.GetSchemaMappingResponse.Builder mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.
SchemaInputAttribute.Builder avoiding the need
to create one manually via
SchemaInputAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mappedInputFields(List.
mappedInputFields - a consumer that will call methods on
SchemaInputAttribute.Builder#mappedInputFields(java.util.Collection) GetSchemaMappingResponse.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.GetSchemaMappingResponse.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.GetSchemaMappingResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.GetSchemaMappingResponse.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.