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 Summary
Modifier 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.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 Details
-
state
The current state.
- Parameters:
state
- The current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state.
- Parameters:
state
- The current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The 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 isVALIDATION_FAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The 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 isVALIDATION_FAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The 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.
-
type
The 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:
-
type
The 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:
-