Interface GetSchemaMappingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSchemaMappingResponse.Builder,GetSchemaMappingResponse>,EntityResolutionResponse.Builder,SdkBuilder<GetSchemaMappingResponse.Builder,GetSchemaMappingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSchemaMappingResponse
public static interface GetSchemaMappingResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaMappingResponse.Builder,GetSchemaMappingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSchemaMappingResponse.BuildercreatedAt(Instant createdAt)The timestamp of when theSchemaMappingwas created.GetSchemaMappingResponse.Builderdescription(String description)A description of the schema.GetSchemaMappingResponse.BuilderhasWorkflows(Boolean hasWorkflows)Specifies whether the schema mapping has been applied to a workflow.GetSchemaMappingResponse.BuildermappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)A list ofMappedInputFields.GetSchemaMappingResponse.BuildermappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)A list ofMappedInputFields.GetSchemaMappingResponse.BuildermappedInputFields(SchemaInputAttribute... mappedInputFields)A list ofMappedInputFields.GetSchemaMappingResponse.BuilderschemaArn(String schemaArn)The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.GetSchemaMappingResponse.BuilderschemaName(String schemaName)The name of the schema.GetSchemaMappingResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.GetSchemaMappingResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when theSchemaMappingwas 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetSchemaMappingResponse.Builder createdAt(Instant createdAt)
The timestamp of when the
SchemaMappingwas created.- Parameters:
createdAt- The timestamp of when theSchemaMappingwas created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetSchemaMappingResponse.Builder description(String 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
GetSchemaMappingResponse.Builder hasWorkflows(Boolean 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. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Parameters:
mappedInputFields- A list ofMappedInputFields. EachMappedInputFieldcorresponds 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(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.- Parameters:
mappedInputFields- A list ofMappedInputFields. EachMappedInputFieldcorresponds 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. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.SchemaInputAttribute.Builderavoiding the need to create one manually viaSchemaInputAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mappedInputFields(List.) - 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:
#mappedInputFields(java.util.Collection)
-
schemaArn
GetSchemaMappingResponse.Builder schemaArn(String 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
GetSchemaMappingResponse.Builder schemaName(String 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
GetSchemaMappingResponse.Builder tags(Map<String,String> 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
GetSchemaMappingResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the
SchemaMappingwas last updated.- Parameters:
updatedAt- The timestamp of when theSchemaMappingwas last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-