Interface GetJobEntityError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetJobEntityError.Builder,GetJobEntityError>,SdkBuilder<GetJobEntityError.Builder,GetJobEntityError>,SdkPojo
- Enclosing class:
- GetJobEntityError
public static interface GetJobEntityError.Builder extends SdkPojo, CopyableBuilder<GetJobEntityError.Builder,GetJobEntityError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetJobEntityError.BuilderenvironmentDetails(Consumer<EnvironmentDetailsError.Builder> environmentDetails)The environment details for the failed job entity.GetJobEntityError.BuilderenvironmentDetails(EnvironmentDetailsError environmentDetails)The environment details for the failed job entity.default GetJobEntityError.BuilderjobAttachmentDetails(Consumer<JobAttachmentDetailsError.Builder> jobAttachmentDetails)The job attachment details for the failed job entity.GetJobEntityError.BuilderjobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)The job attachment details for the failed job entity.default GetJobEntityError.BuilderjobDetails(Consumer<JobDetailsError.Builder> jobDetails)The job details for the failed job entity.GetJobEntityError.BuilderjobDetails(JobDetailsError jobDetails)The job details for the failed job entity.default GetJobEntityError.BuilderstepDetails(Consumer<StepDetailsError.Builder> stepDetails)The step details for the failed job entity.GetJobEntityError.BuilderstepDetails(StepDetailsError stepDetails)The step details for the failed job entity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentDetails
GetJobEntityError.Builder environmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
- Parameters:
environmentDetails- The environment details for the failed job entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDetails
default GetJobEntityError.Builder environmentDetails(Consumer<EnvironmentDetailsError.Builder> environmentDetails)
The environment details for the failed job entity.
This is a convenience method that creates an instance of theEnvironmentDetailsError.Builderavoiding the need to create one manually viaEnvironmentDetailsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentDetails(EnvironmentDetailsError).- Parameters:
environmentDetails- a consumer that will call methods onEnvironmentDetailsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environmentDetails(EnvironmentDetailsError)
-
jobAttachmentDetails
GetJobEntityError.Builder jobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
- Parameters:
jobAttachmentDetails- The job attachment details for the failed job entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobAttachmentDetails
default GetJobEntityError.Builder jobAttachmentDetails(Consumer<JobAttachmentDetailsError.Builder> jobAttachmentDetails)
The job attachment details for the failed job entity.
This is a convenience method that creates an instance of theJobAttachmentDetailsError.Builderavoiding the need to create one manually viaJobAttachmentDetailsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobAttachmentDetails(JobAttachmentDetailsError).- Parameters:
jobAttachmentDetails- a consumer that will call methods onJobAttachmentDetailsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobAttachmentDetails(JobAttachmentDetailsError)
-
jobDetails
GetJobEntityError.Builder jobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
- Parameters:
jobDetails- The job details for the failed job entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobDetails
default GetJobEntityError.Builder jobDetails(Consumer<JobDetailsError.Builder> jobDetails)
The job details for the failed job entity.
This is a convenience method that creates an instance of theJobDetailsError.Builderavoiding the need to create one manually viaJobDetailsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobDetails(JobDetailsError).- Parameters:
jobDetails- a consumer that will call methods onJobDetailsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobDetails(JobDetailsError)
-
stepDetails
GetJobEntityError.Builder stepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
- Parameters:
stepDetails- The step details for the failed job entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepDetails
default GetJobEntityError.Builder stepDetails(Consumer<StepDetailsError.Builder> stepDetails)
The step details for the failed job entity.
This is a convenience method that creates an instance of theStepDetailsError.Builderavoiding the need to create one manually viaStepDetailsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepDetails(StepDetailsError).- Parameters:
stepDetails- a consumer that will call methods onStepDetailsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepDetails(StepDetailsError)
-
-