Interface RecommenderSchemaSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommenderSchemaSummary.Builder,,RecommenderSchemaSummary> SdkBuilder<RecommenderSchemaSummary.Builder,,RecommenderSchemaSummary> SdkPojo
- Enclosing class:
RecommenderSchemaSummary
@Mutable
@NotThreadSafe
public static interface RecommenderSchemaSummary.Builder
extends SdkPojo, CopyableBuilder<RecommenderSchemaSummary.Builder,RecommenderSchemaSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the recommender schema was created.fields(Map<String, ? extends Collection<RecommenderSchemaField>> fields) A map of dataset type to column definitions included in the schema.recommenderSchemaName(String recommenderSchemaName) The name of the recommender schema.The current operational status of the recommender schema.status(RecommenderSchemaStatus status) The current operational status of the recommender schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
recommenderSchemaName
The name of the recommender schema.
- Parameters:
recommenderSchemaName- The name of the recommender schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
RecommenderSchemaSummary.Builder fields(Map<String, ? extends Collection<RecommenderSchemaField>> fields) A map of dataset type to column definitions included in the schema.
- Parameters:
fields- A map of dataset type to column definitions included in the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the recommender schema was created.
- Parameters:
createdAt- The timestamp when the recommender schema was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current operational status of the recommender schema.
- Parameters:
status- The current operational status of the recommender schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current operational status of the recommender schema.
- Parameters:
status- The current operational status of the recommender schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-