Interface ModelImportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelImportJobSummary.Builder,
,ModelImportJobSummary> SdkBuilder<ModelImportJobSummary.Builder,
,ModelImportJobSummary> SdkPojo
- Enclosing class:
ModelImportJobSummary
@Mutable
@NotThreadSafe
public static interface ModelImportJobSummary.Builder
extends SdkPojo, CopyableBuilder<ModelImportJobSummary.Builder,ModelImportJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time import job was created.The time when import job ended.importedModelArn
(String importedModelArn) The Amazon resource Name (ARN) of the imported model.importedModelName
(String importedModelName) The name of the imported model.The Amazon Resource Name (ARN) of the import job.The name of the import job.lastModifiedTime
(Instant lastModifiedTime) The time when the import job was last modified.The status of the imported job.status
(ModelImportJobStatus status) The status of the imported 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, sdkFieldNameToField, sdkFields
-
Method Details
-
jobArn
The Amazon Resource Name (ARN) of the import job.
- Parameters:
jobArn
- The Amazon Resource Name (ARN) of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of the import job.
- Parameters:
jobName
- The name of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the imported job.
- Parameters:
status
- The status of the imported job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the imported job.
- Parameters:
status
- The status of the imported job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The time when the import job was last modified.
- Parameters:
lastModifiedTime
- The time when the import job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time import job was created.
- Parameters:
creationTime
- The time import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time when import job ended.
- Parameters:
endTime
- The time when import job ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedModelArn
The Amazon resource Name (ARN) of the imported model.
- Parameters:
importedModelArn
- The Amazon resource Name (ARN) of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedModelName
The name of the imported model.
- Parameters:
importedModelName
- The name of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-