Interface ComputeNodeExecutionStateDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComputeNodeExecutionStateDetails.Builder,,ComputeNodeExecutionStateDetails> SdkBuilder<ComputeNodeExecutionStateDetails.Builder,,ComputeNodeExecutionStateDetails> SdkPojo
- Enclosing class:
ComputeNodeExecutionStateDetails
@Mutable
@NotThreadSafe
public static interface ComputeNodeExecutionStateDetails.Builder
extends SdkPojo, CopyableBuilder<ComputeNodeExecutionStateDetails.Builder,ComputeNodeExecutionStateDetails>
-
Method Summary
Modifier and TypeMethodDescriptionClassification of the failure.code(ComputeNodeErrorCode code) Classification of the failure.details(Collection<DetailedPipelineError> details) Detailed error entries to help diagnose the failure.details(Consumer<DetailedPipelineError.Builder>... details) Detailed error entries to help diagnose the failure.details(DetailedPipelineError... details) Detailed error entries to help diagnose the failure.Human-readable description of why the compute node failed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
Classification of the failure.
- Parameters:
code- Classification of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Classification of the failure.
- Parameters:
code- Classification of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
Human-readable description of why the compute node failed.
- Parameters:
message- Human-readable description of why the compute node failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Detailed error entries to help diagnose the failure.
- Parameters:
details- Detailed error entries to help diagnose the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Detailed error entries to help diagnose the failure.
- Parameters:
details- Detailed error entries to help diagnose the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
ComputeNodeExecutionStateDetails.Builder details(Consumer<DetailedPipelineError.Builder>... details) Detailed error entries to help diagnose the failure.
This is a convenience method that creates an instance of theDetailedPipelineError.Builderavoiding the need to create one manually viaDetailedPipelineError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(List<DetailedPipelineError>).- Parameters:
details- a consumer that will call methods onDetailedPipelineError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-