| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportJobSummary.Builder |
ImportJobSummary.builder() |
ImportJobSummary.Builder |
ImportJobSummary.Builder.createdTimestamp(Instant createdTimestamp)
The date and time when the import job was created.
|
default ImportJobSummary.Builder |
ImportJobSummary.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.importDestination(ImportDestination importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobId(String jobId)
Sets the value of the JobId property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobStatus(JobStatus jobStatus)
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobStatus(String jobStatus)
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportJobSummary.Builder> |
ImportJobSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.