Interface FailedCreateSimulationJobRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedCreateSimulationJobRequest.Builder,
,FailedCreateSimulationJobRequest> SdkBuilder<FailedCreateSimulationJobRequest.Builder,
,FailedCreateSimulationJobRequest> SdkPojo
- Enclosing class:
FailedCreateSimulationJobRequest
@Mutable
@NotThreadSafe
public static interface FailedCreateSimulationJobRequest.Builder
extends SdkPojo, CopyableBuilder<FailedCreateSimulationJobRequest.Builder,FailedCreateSimulationJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe time, in milliseconds since the epoch, when the simulation job batch failed.failureCode
(String failureCode) The failure code.failureCode
(SimulationJobErrorCode failureCode) The failure code.failureReason
(String failureReason) The failure reason of the simulation job request.request
(Consumer<SimulationJobRequest.Builder> request) The simulation job request.request
(SimulationJobRequest request) The simulation job request.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, sdkFieldNameToField, sdkFields
-
Method Details
-
request
The simulation job request.
- Parameters:
request
- The simulation job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
request
default FailedCreateSimulationJobRequest.Builder request(Consumer<SimulationJobRequest.Builder> request) The simulation job request.
This is a convenience method that creates an instance of theSimulationJobRequest.Builder
avoiding the need to create one manually viaSimulationJobRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torequest(SimulationJobRequest)
.- Parameters:
request
- a consumer that will call methods onSimulationJobRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
The failure reason of the simulation job request.
- Parameters:
failureReason
- The failure reason of the simulation job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
The failure code.
- Parameters:
failureCode
- The failure code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureCode
The failure code.
- Parameters:
failureCode
- The failure code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedAt
The time, in milliseconds since the epoch, when the simulation job batch failed.
- Parameters:
failedAt
- The time, in milliseconds since the epoch, when the simulation job batch failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-