Interface GetRecommenderSchemaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRecommenderSchemaResponse.Builder,,GetRecommenderSchemaResponse> CustomerProfilesResponse.Builder,SdkBuilder<GetRecommenderSchemaResponse.Builder,,GetRecommenderSchemaResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetRecommenderSchemaResponse
@Mutable
@NotThreadSafe
public static interface GetRecommenderSchemaResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetRecommenderSchemaResponse.Builder,GetRecommenderSchemaResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of 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 status of the recommender schema.status(RecommenderSchemaStatus status) The status of the recommender schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
GetRecommenderSchemaResponse.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 of when the recommender schema was created.
- Parameters:
createdAt- The timestamp of when the recommender schema was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the recommender schema.
- Parameters:
status- The status of the recommender schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the recommender schema.
- Parameters:
status- The status of the recommender schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-