static ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.builder() |
|
ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.toBuilder() |
|
ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.Builder.valid(Boolean valid) |
True if the behaviors were valid.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.Builder.validationErrors(Collection<ValidationError> validationErrors) |
The list of any errors found in the behaviors.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.Builder.validationErrors(Consumer<ValidationError.Builder>... validationErrors) |
The list of any errors found in the behaviors.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
ValidateSecurityProfileBehaviorsResponse.Builder.validationErrors(ValidationError... validationErrors) |
The list of any errors found in the behaviors.
|