Interface PackageImportJob.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PackageImportJob.Builder,
,PackageImportJob> SdkBuilder<PackageImportJob.Builder,
,PackageImportJob> SdkPojo
- Enclosing class:
PackageImportJob
@Mutable
@NotThreadSafe
public static interface PackageImportJob.Builder
extends SdkPojo, CopyableBuilder<PackageImportJob.Builder,PackageImportJob>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) When the job was created.The job's ID.The job's type.jobType
(PackageImportJobType jobType) The job's type.lastUpdatedTime
(Instant lastUpdatedTime) When the job was updated.The job's status.status
(PackageImportJobStatus status) The job's status.statusMessage
(String statusMessage) The job's status message.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
-
createdTime
When the job was created.
- Parameters:
createdTime
- When the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job's ID.
- Parameters:
jobId
- The job's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The job's type.
- Parameters:
jobType
- The job's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job's type.
- Parameters:
jobType
- The job's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedTime
When the job was updated.
- Parameters:
lastUpdatedTime
- When the job was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The job's status message.
- Parameters:
statusMessage
- The job's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-