public static interface ImportJobSummary.Builder extends SdkPojo, CopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ImportJobSummary.Builder |
createdTimestamp(Instant createdTimestamp)
The date and time when the import job was created.
|
default ImportJobSummary.Builder |
importDestination(Consumer<ImportDestination.Builder> importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
importDestination(ImportDestination importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
jobId(String jobId)
Sets the value of the JobId property for this object.
|
ImportJobSummary.Builder |
jobStatus(JobStatus jobStatus)
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
jobStatus(String jobStatus)
Sets the value of the JobStatus property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportJobSummary.Builder jobId(String jobId)
jobId - The new value for the JobId property for this object.ImportJobSummary.Builder importDestination(ImportDestination importDestination)
importDestination - The new value for the ImportDestination property for this object.default ImportJobSummary.Builder importDestination(Consumer<ImportDestination.Builder> importDestination)
ImportDestination.Builder avoiding the
need to create one manually via ImportDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importDestination(ImportDestination).
importDestination - a consumer that will call methods on ImportDestination.BuilderimportDestination(ImportDestination)ImportJobSummary.Builder jobStatus(String jobStatus)
ImportJobSummary.Builder jobStatus(JobStatus jobStatus)
ImportJobSummary.Builder createdTimestamp(Instant createdTimestamp)
The date and time when the import job was created.
createdTimestamp - The date and time when the import job was created.Copyright © 2022. All rights reserved.