public static interface ValidationResult.Builder extends SdkPojo, CopyableBuilder<ValidationResult.Builder,ValidationResult>
| Modifier and Type | Method and Description |
|---|---|
ValidationResult.Builder |
state(LaunchProfileValidationState state)
The current state.
|
ValidationResult.Builder |
state(String state)
The current state.
|
ValidationResult.Builder |
statusCode(LaunchProfileValidationStatusCode statusCodeValue)
The status code.
|
ValidationResult.Builder |
statusCode(String statusCodeValue)
The status code.
|
ValidationResult.Builder |
statusMessage(String statusMessage)
The status message for the validation result.
|
ValidationResult.Builder |
type(LaunchProfileValidationType type)
The type of the validation result.
|
ValidationResult.Builder |
type(String type)
The type of the validation result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationResult.Builder state(String state)
The current state.
state - The current state.LaunchProfileValidationState,
LaunchProfileValidationStateValidationResult.Builder state(LaunchProfileValidationState state)
The current state.
state - The current state.LaunchProfileValidationState,
LaunchProfileValidationStateValidationResult.Builder statusCode(String statusCodeValue)
The status code. This will contain the failure reason if the state is VALIDATION_FAILED.
statusCodeValue - The status code. This will contain the failure reason if the state is VALIDATION_FAILED.LaunchProfileValidationStatusCode,
LaunchProfileValidationStatusCodeValidationResult.Builder statusCode(LaunchProfileValidationStatusCode statusCodeValue)
The status code. This will contain the failure reason if the state is VALIDATION_FAILED.
statusCodeValue - The status code. This will contain the failure reason if the state is VALIDATION_FAILED.LaunchProfileValidationStatusCode,
LaunchProfileValidationStatusCodeValidationResult.Builder statusMessage(String statusMessage)
The status message for the validation result.
statusMessage - The status message for the validation result.ValidationResult.Builder type(String type)
The type of the validation result.
type - The type of the validation result.LaunchProfileValidationType,
LaunchProfileValidationTypeValidationResult.Builder type(LaunchProfileValidationType type)
The type of the validation result.
type - The type of the validation result.LaunchProfileValidationType,
LaunchProfileValidationTypeCopyright © 2022. All rights reserved.