Interface ValidationResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ValidationResult.Builder,,- ValidationResult> - SdkBuilder<ValidationResult.Builder,,- ValidationResult> - SdkPojo
- Enclosing class:
- ValidationResult
public static interface ValidationResult.Builder
extends SdkPojo, CopyableBuilder<ValidationResult.Builder,ValidationResult> 
- 
Method SummaryModifier and TypeMethodDescriptionThe current state.The current state.statusCode(String statusCodeValue) The status code.statusCode(LaunchProfileValidationStatusCode statusCodeValue) The status code.statusMessage(String statusMessage) The status message for the validation result.The type of the validation result.The type of the validation result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
stateThe current state. - Parameters:
- state- The current state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe current state. - Parameters:
- state- The current state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusCodeThe status code. This will contain the failure reason if the state is VALIDATION_FAILED.- Parameters:
- statusCodeValue- The status code. This will contain the failure reason if the state is- VALIDATION_FAILED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusCodeThe status code. This will contain the failure reason if the state is VALIDATION_FAILED.- Parameters:
- statusCodeValue- The status code. This will contain the failure reason if the state is- VALIDATION_FAILED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusMessageThe status message for the validation result. - Parameters:
- statusMessage- The status message for the validation result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of the validation result. - Parameters:
- type- The type of the validation result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of the validation result. - Parameters:
- type- The type of the validation result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-