Interface AdvancedPromptOptimizationJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdvancedPromptOptimizationJobSummary.Builder,,AdvancedPromptOptimizationJobSummary> SdkBuilder<AdvancedPromptOptimizationJobSummary.Builder,,AdvancedPromptOptimizationJobSummary> SdkPojo
- Enclosing class:
AdvancedPromptOptimizationJobSummary
@Mutable
@NotThreadSafe
public static interface AdvancedPromptOptimizationJobSummary.Builder
extends SdkPojo, CopyableBuilder<AdvancedPromptOptimizationJobSummary.Builder,AdvancedPromptOptimizationJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time at which the job was created.The Amazon Resource Name (ARN) of the job.The name of the job.The status of the job.jobStatus(AdvancedPromptOptimizationJobStatus jobStatus) The status of the job.lastModifiedTime(Instant lastModifiedTime) The time at which the job was last modified.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
-
jobArn
The Amazon Resource Name (ARN) of the job.
- Parameters:
jobArn- The Amazon Resource Name (ARN) of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of the job.
- Parameters:
jobName- The name of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The status of the job.
- Parameters:
jobStatus- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
AdvancedPromptOptimizationJobSummary.Builder jobStatus(AdvancedPromptOptimizationJobStatus jobStatus) The status of the job.
- Parameters:
jobStatus- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time at which the job was created.
- Parameters:
creationTime- The time at which the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time at which the job was last modified.
- Parameters:
lastModifiedTime- The time at which the job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-