Interface SchemaMappingSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>,SdkBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>,SdkPojo
- Enclosing class:
- SchemaMappingSummary
public static interface SchemaMappingSummary.Builder extends SdkPojo, CopyableBuilder<SchemaMappingSummary.Builder,SchemaMappingSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaMappingSummary.BuildercreatedAt(Instant createdAt)The timestamp of when theSchemaMappingwas created.SchemaMappingSummary.BuilderhasWorkflows(Boolean hasWorkflows)Specifies whether the schema mapping has been applied to a workflow.SchemaMappingSummary.BuilderschemaArn(String schemaArn)The ARN (Amazon Resource Name) that Entity Resolution generated for theSchemaMapping.SchemaMappingSummary.BuilderschemaName(String schemaName)The name of the schema.SchemaMappingSummary.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAt
SchemaMappingSummary.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.
-
hasWorkflows
SchemaMappingSummary.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.
-
schemaArn
SchemaMappingSummary.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 theSchemaMapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
SchemaMappingSummary.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.
-
updatedAt
SchemaMappingSummary.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.
-
-