Interface AIRecommendationJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationJobSummary.Builder,,AIRecommendationJobSummary> SdkBuilder<AIRecommendationJobSummary.Builder,,AIRecommendationJobSummary> SdkPojo
- Enclosing class:
AIRecommendationJobSummary
@Mutable
@NotThreadSafe
public static interface AIRecommendationJobSummary.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationJobSummary.Builder,AIRecommendationJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaiRecommendationJobArn(String aiRecommendationJobArn) The Amazon Resource Name (ARN) of the recommendation job.aiRecommendationJobName(String aiRecommendationJobName) The name of the recommendation job.aiRecommendationJobStatus(String aiRecommendationJobStatus) The status of the recommendation job.aiRecommendationJobStatus(AIRecommendationJobStatus aiRecommendationJobStatus) The status of the recommendation job.creationTime(Instant creationTime) A timestamp that indicates when the recommendation job was created.A timestamp that indicates when the recommendation job completed.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
-
aiRecommendationJobName
The name of the recommendation job.
- Parameters:
aiRecommendationJobName- The name of the recommendation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiRecommendationJobArn
The Amazon Resource Name (ARN) of the recommendation job.
- Parameters:
aiRecommendationJobArn- The Amazon Resource Name (ARN) of the recommendation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiRecommendationJobStatus
The status of the recommendation job.
- Parameters:
aiRecommendationJobStatus- The status of the recommendation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aiRecommendationJobStatus
AIRecommendationJobSummary.Builder aiRecommendationJobStatus(AIRecommendationJobStatus aiRecommendationJobStatus) The status of the recommendation job.
- Parameters:
aiRecommendationJobStatus- The status of the recommendation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
A timestamp that indicates when the recommendation job was created.
- Parameters:
creationTime- A timestamp that indicates when the recommendation job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
A timestamp that indicates when the recommendation job completed.
- Parameters:
endTime- A timestamp that indicates when the recommendation job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-