| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static JobError.Builder |
JobError.builder() |
JobError.Builder |
JobError.Builder.code(Code code)
The code for the job error.
|
JobError.Builder |
JobError.Builder.code(String code)
The code for the job error.
|
default JobError.Builder |
JobError.Builder.details(Consumer<Details.Builder> details)
The details about the job error.
|
JobError.Builder |
JobError.Builder.details(Details details)
The details about the job error.
|
JobError.Builder |
JobError.Builder.limitName(JobErrorLimitName limitName)
The name of the limit that was reached.
|
JobError.Builder |
JobError.Builder.limitName(String limitName)
The name of the limit that was reached.
|
JobError.Builder |
JobError.Builder.limitValue(Double limitValue)
The value of the exceeded limit.
|
JobError.Builder |
JobError.Builder.message(String message)
The message related to the job error.
|
JobError.Builder |
JobError.Builder.resourceId(String resourceId)
The unique identifier for the resource related to the error.
|
JobError.Builder |
JobError.Builder.resourceType(JobErrorResourceTypes resourceType)
The type of resource related to the error.
|
JobError.Builder |
JobError.Builder.resourceType(String resourceType)
The type of resource related to the error.
|
JobError.Builder |
JobError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobError.Builder> |
JobError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.