| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJobResponse.Builder |
ExportJobResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that's associated with the export job.
|
static ExportJobResponse.Builder |
ExportJobResponse.builder() |
ExportJobResponse.Builder |
ExportJobResponse.Builder.completedPieces(Integer completedPieces)
The number of pieces that were processed successfully (completed) by the export job, as of the time of the
request.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.completionDate(String completionDate)
The date, in ISO 8601 format, when the export job was completed.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.creationDate(String creationDate)
The date, in ISO 8601 format, when the export job was created.
|
default ExportJobResponse.Builder |
ExportJobResponse.Builder.definition(Consumer<ExportJobResource.Builder> definition)
The resource settings that apply to the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.definition(ExportJobResource definition)
The resource settings that apply to the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failedPieces(Integer failedPieces)
The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the
request.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failures(Collection<String> failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by
the export job, if any.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failures(String... failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by
the export job, if any.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.id(String id)
The unique identifier for the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.jobStatus(JobStatus jobStatus)
The status of the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.jobStatus(String jobStatus)
The status of the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.toBuilder() |
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalFailures(Integer totalFailures)
The total number of endpoint definitions that weren't processed successfully (failed) by the export job,
typically because an error, such as a syntax error, occurred.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalPieces(Integer totalPieces)
The total number of pieces that must be processed to complete the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalProcessed(Integer totalProcessed)
The total number of endpoint definitions that were processed by the export job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.type(String type)
The job type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportJobResponse.Builder> |
ExportJobResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetExportJobResponse.Builder |
GetExportJobResponse.Builder.exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
default CreateExportJobResponse.Builder |
CreateExportJobResponse.Builder.exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
Copyright © 2020. All rights reserved.