Interface ProgramSetValidationFailure.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProgramSetValidationFailure.Builder,
,ProgramSetValidationFailure> SdkBuilder<ProgramSetValidationFailure.Builder,
,ProgramSetValidationFailure> SdkPojo
- Enclosing class:
ProgramSetValidationFailure
@Mutable
@NotThreadSafe
public static interface ProgramSetValidationFailure.Builder
extends SdkPojo, CopyableBuilder<ProgramSetValidationFailure.Builder,ProgramSetValidationFailure>
-
Method Summary
Modifier and TypeMethodDescriptionA list of error messages describing the validation failures that occurred.errors
(Collection<String> errors) A list of error messages describing the validation failures that occurred.inputsIndex
(Long inputsIndex) The index of the input within the program set that failed validation.programIndex
(Long programIndex) The index of the program within the program set that failed validation.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
-
programIndex
The index of the program within the program set that failed validation.
- Parameters:
programIndex
- The index of the program within the program set that failed validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputsIndex
The index of the input within the program set that failed validation.
- Parameters:
inputsIndex
- The index of the input within the program set that failed validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A list of error messages describing the validation failures that occurred.
- Parameters:
errors
- A list of error messages describing the validation failures that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A list of error messages describing the validation failures that occurred.
- Parameters:
errors
- A list of error messages describing the validation failures that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-