| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJobResponse.Builder |
ExportJobResponse.Builder.applicationId(String applicationId)
The unique ID of the application associated with the export job.
|
static ExportJobResponse.Builder |
ExportJobResponse.builder() |
ExportJobResponse.Builder |
ExportJobResponse.Builder.completedPieces(Integer completedPieces)
The number of pieces that have successfully completed as of the time of the request.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.completionDate(String completionDate)
The date the job completed in ISO 8601 format.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.creationDate(String creationDate)
The date the job was created in ISO 8601 format.
|
default ExportJobResponse.Builder |
ExportJobResponse.Builder.definition(Consumer<ExportJobResource.Builder> definition)
The export job settings.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.definition(ExportJobResource definition)
The export job settings.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failedPieces(Integer failedPieces)
The number of pieces that failed to be processed as of the time of the request.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failures(Collection<String> failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.failures(String... failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.id(String id)
The unique ID of the job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.jobStatus(JobStatus jobStatus)
The status of the job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.jobStatus(String jobStatus)
The status of the job.
|
ExportJobResponse.Builder |
ExportJobResponse.toBuilder() |
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalFailures(Integer totalFailures)
The number of endpoints that were not processed; for example, because of syntax errors.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalPieces(Integer totalPieces)
The total number of pieces that must be processed to finish the job.
|
ExportJobResponse.Builder |
ExportJobResponse.Builder.totalProcessed(Integer totalProcessed)
The number of endpoints that were processed by the 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 CreateExportJobResponse.Builder |
CreateExportJobResponse.Builder.exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
default GetExportJobResponse.Builder |
GetExportJobResponse.Builder.exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
Copyright © 2018. All rights reserved.