Interface GetSchemaMappingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSchemaMappingResponse.Builder,
,GetSchemaMappingResponse> EntityResolutionResponse.Builder
,SdkBuilder<GetSchemaMappingResponse.Builder,
,GetSchemaMappingResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSchemaMappingResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when theSchemaMapping
was created.description
(String description) A description of the schema.hasWorkflows
(Boolean hasWorkflows) Specifies whether the schema mapping has been applied to a workflow.mappedInputFields
(Collection<SchemaInputAttribute> mappedInputFields) A list ofMappedInputFields
.mappedInputFields
(Consumer<SchemaInputAttribute.Builder>... mappedInputFields) A list ofMappedInputFields
.mappedInputFields
(SchemaInputAttribute... mappedInputFields) A list ofMappedInputFields
.The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.schemaName
(String schemaName) The name of the schema.The tags used to organize, track, or control access for this resource.The timestamp of when theSchemaMapping
was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when the
SchemaMapping
was created.- Parameters:
createdAt
- The timestamp of when theSchemaMapping
was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the schema.
- Parameters:
description
- A description of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasWorkflows
Specifies whether the schema mapping has been applied to a workflow.
- Parameters:
hasWorkflows
- Specifies whether the schema mapping has been applied to a workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedInputFields
GetSchemaMappingResponse.Builder mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields) A list of
MappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Parameters:
mappedInputFields
- A list ofMappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedInputFields
A list of
MappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Parameters:
mappedInputFields
- A list ofMappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedInputFields
GetSchemaMappingResponse.Builder mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields) A list of
This is a convenience method that creates an instance of theMappedInputFields
. EachMappedInputField
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 viaSchemaInputAttribute.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomappedInputFields(List<SchemaInputAttribute>)
.- Parameters:
mappedInputFields
- a consumer that will call methods onSchemaInputAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaArn
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
- Parameters:
schemaArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema.
- Parameters:
schemaName
- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the
SchemaMapping
was last updated.- Parameters:
updatedAt
- The timestamp of when theSchemaMapping
was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-