public static interface JobError.Builder extends SdkPojo, CopyableBuilder<JobError.Builder,JobError>
| Modifier and Type | Method and Description |
|---|---|
JobError.Builder |
code(Code code)
The code for the job error.
|
JobError.Builder |
code(String code)
The code for the job error.
|
default JobError.Builder |
details(Consumer<Details.Builder> details)
Sets the value of the Details property for this object.
|
JobError.Builder |
details(Details details)
Sets the value of the Details property for this object.
|
JobError.Builder |
limitName(JobErrorLimitName limitName)
The name of the limit that was reached.
|
JobError.Builder |
limitName(String limitName)
The name of the limit that was reached.
|
JobError.Builder |
limitValue(Double limitValue)
The value of the exceeded limit.
|
JobError.Builder |
message(String message)
The message related to the job error.
|
JobError.Builder |
resourceId(String resourceId)
The unique identifier for the resource related to the error.
|
JobError.Builder |
resourceType(JobErrorResourceTypes resourceType)
The type of resource related to the error.
|
JobError.Builder |
resourceType(String resourceType)
The type of resource related to the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobError.Builder code(String code)
JobError.Builder code(Code code)
JobError.Builder details(Details details)
details - The new value for the Details property for this object.default JobError.Builder details(Consumer<Details.Builder> details)
Details.Builder avoiding the need to create one
manually via Details.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to details(Details).details - a consumer that will call methods on Details.Builderdetails(Details)JobError.Builder limitName(String limitName)
The name of the limit that was reached.
limitName - The name of the limit that was reached.JobErrorLimitName,
JobErrorLimitNameJobError.Builder limitName(JobErrorLimitName limitName)
The name of the limit that was reached.
limitName - The name of the limit that was reached.JobErrorLimitName,
JobErrorLimitNameJobError.Builder limitValue(Double limitValue)
limitValue - The value of the exceeded limit.JobError.Builder message(String message)
message - The message related to the job error.JobError.Builder resourceId(String resourceId)
resourceId - The unique identifier for the resource related to the error.JobError.Builder resourceType(String resourceType)
resourceType - The type of resource related to the error.JobErrorResourceTypes,
JobErrorResourceTypesJobError.Builder resourceType(JobErrorResourceTypes resourceType)
resourceType - The type of resource related to the error.JobErrorResourceTypes,
JobErrorResourceTypesCopyright © 2021. All rights reserved.