public static interface ImportJobResponse.Builder extends SdkPojo, CopyableBuilder<ImportJobResponse.Builder,ImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportJobResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that's associated with the import job.
|
ImportJobResponse.Builder |
completedPieces(Integer completedPieces)
The number of pieces that were processed successfully (completed) by the import job, as of the time of the
request.
|
ImportJobResponse.Builder |
completionDate(String completionDate)
The date, in ISO 8601 format, when the import job was completed.
|
ImportJobResponse.Builder |
creationDate(String creationDate)
The date, in ISO 8601 format, when the import job was created.
|
default ImportJobResponse.Builder |
definition(Consumer<ImportJobResource.Builder> definition)
The resource settings that apply to the import job.
|
ImportJobResponse.Builder |
definition(ImportJobResource definition)
The resource settings that apply to the import job.
|
ImportJobResponse.Builder |
failedPieces(Integer failedPieces)
The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the
request.
|
ImportJobResponse.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 import job, if any.
|
ImportJobResponse.Builder |
failures(String... failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by
the import job, if any.
|
ImportJobResponse.Builder |
id(String id)
The unique identifier for the import job.
|
ImportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the import job.
|
ImportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the import job.
|
ImportJobResponse.Builder |
totalFailures(Integer totalFailures)
The total number of endpoint definitions that weren't processed successfully (failed) by the import job,
typically because an error, such as a syntax error, occurred.
|
ImportJobResponse.Builder |
totalPieces(Integer totalPieces)
The total number of pieces that must be processed to complete the import job.
|
ImportJobResponse.Builder |
totalProcessed(Integer totalProcessed)
The total number of endpoint definitions that were processed by the import job.
|
ImportJobResponse.Builder |
type(String type)
The job type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportJobResponse.Builder applicationId(String applicationId)
The unique identifier for the application that's associated with the import job.
applicationId - The unique identifier for the application that's associated with the import job.ImportJobResponse.Builder completedPieces(Integer completedPieces)
The number of pieces that were processed successfully (completed) by the import job, as of the time of the request.
completedPieces - The number of pieces that were processed successfully (completed) by the import job, as of the time of
the request.ImportJobResponse.Builder completionDate(String completionDate)
The date, in ISO 8601 format, when the import job was completed.
completionDate - The date, in ISO 8601 format, when the import job was completed.ImportJobResponse.Builder creationDate(String creationDate)
The date, in ISO 8601 format, when the import job was created.
creationDate - The date, in ISO 8601 format, when the import job was created.ImportJobResponse.Builder definition(ImportJobResource definition)
The resource settings that apply to the import job.
definition - The resource settings that apply to the import job.default ImportJobResponse.Builder definition(Consumer<ImportJobResource.Builder> definition)
The resource settings that apply to the import job.
This is a convenience that creates an instance of theImportJobResource.Builder avoiding the need to
create one manually via ImportJobResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(ImportJobResource).definition - a consumer that will call methods on ImportJobResource.Builderdefinition(ImportJobResource)ImportJobResponse.Builder failedPieces(Integer failedPieces)
The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the request.
failedPieces - The number of pieces that weren't processed successfully (failed) by the import job, as of the time of
the request.ImportJobResponse.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 import job, if any.
failures - An array of entries, one for each of the first 100 entries that weren't processed successfully
(failed) by the import job, if any.ImportJobResponse.Builder failures(String... failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the import job, if any.
failures - An array of entries, one for each of the first 100 entries that weren't processed successfully
(failed) by the import job, if any.ImportJobResponse.Builder id(String id)
The unique identifier for the import job.
id - The unique identifier for the import job.ImportJobResponse.Builder jobStatus(String jobStatus)
The status of the import job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job.
ImportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the import job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job.
ImportJobResponse.Builder totalFailures(Integer totalFailures)
The total number of endpoint definitions that weren't processed successfully (failed) by the import job, typically because an error, such as a syntax error, occurred.
totalFailures - The total number of endpoint definitions that weren't processed successfully (failed) by the import
job, typically because an error, such as a syntax error, occurred.ImportJobResponse.Builder totalPieces(Integer totalPieces)
The total number of pieces that must be processed to complete the import job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the import job.
totalPieces - The total number of pieces that must be processed to complete the import job. Each piece consists of
an approximately equal portion of the endpoint definitions that are part of the import job.ImportJobResponse.Builder totalProcessed(Integer totalProcessed)
The total number of endpoint definitions that were processed by the import job.
totalProcessed - The total number of endpoint definitions that were processed by the import job.ImportJobResponse.Builder type(String type)
The job type. This value is IMPORT for import jobs.
type - The job type. This value is IMPORT for import jobs.Copyright © 2019. All rights reserved.