Interface OptimizationJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OptimizationJobSummary.Builder,
,OptimizationJobSummary> SdkBuilder<OptimizationJobSummary.Builder,
,OptimizationJobSummary> SdkPojo
- Enclosing class:
OptimizationJobSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time when you created the optimization job.deploymentInstanceType
(String deploymentInstanceType) The type of instance that hosts the optimized model that you create with the optimization job.deploymentInstanceType
(OptimizationJobDeploymentInstanceType deploymentInstanceType) The type of instance that hosts the optimized model that you create with the optimization job.lastModifiedTime
(Instant lastModifiedTime) The time when the optimization job was last updated.optimizationEndTime
(Instant optimizationEndTime) The time when the optimization job finished processing.optimizationJobArn
(String optimizationJobArn) The Amazon Resource Name (ARN) of the optimization job.optimizationJobName
(String optimizationJobName) The name that you assigned to the optimization job.optimizationJobStatus
(String optimizationJobStatus) The current status of the optimization job.optimizationJobStatus
(OptimizationJobStatus optimizationJobStatus) The current status of the optimization job.optimizationStartTime
(Instant optimizationStartTime) The time when the optimization job started.optimizationTypes
(String... optimizationTypes) The optimization techniques that are applied by the optimization job.optimizationTypes
(Collection<String> optimizationTypes) The optimization techniques that are applied by the optimization job.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 Details
-
optimizationJobName
The name that you assigned to the optimization job.
- Parameters:
optimizationJobName
- The name that you assigned to the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizationJobArn
The Amazon Resource Name (ARN) of the optimization job.
- Parameters:
optimizationJobArn
- The Amazon Resource Name (ARN) of the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time when you created the optimization job.
- Parameters:
creationTime
- The time when you created the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizationJobStatus
The current status of the optimization job.
- Parameters:
optimizationJobStatus
- The current status of the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optimizationJobStatus
The current status of the optimization job.
- Parameters:
optimizationJobStatus
- The current status of the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optimizationStartTime
The time when the optimization job started.
- Parameters:
optimizationStartTime
- The time when the optimization job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizationEndTime
The time when the optimization job finished processing.
- Parameters:
optimizationEndTime
- The time when the optimization job finished processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time when the optimization job was last updated.
- Parameters:
lastModifiedTime
- The time when the optimization job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentInstanceType
The type of instance that hosts the optimized model that you create with the optimization job.
- Parameters:
deploymentInstanceType
- The type of instance that hosts the optimized model that you create with the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentInstanceType
OptimizationJobSummary.Builder deploymentInstanceType(OptimizationJobDeploymentInstanceType deploymentInstanceType) The type of instance that hosts the optimized model that you create with the optimization job.
- Parameters:
deploymentInstanceType
- The type of instance that hosts the optimized model that you create with the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optimizationTypes
The optimization techniques that are applied by the optimization job.
- Parameters:
optimizationTypes
- The optimization techniques that are applied by the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizationTypes
The optimization techniques that are applied by the optimization job.
- Parameters:
optimizationTypes
- The optimization techniques that are applied by the optimization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-