public static interface ValidateSecurityProfileBehaviorsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ValidateSecurityProfileBehaviorsResponse.Builder,ValidateSecurityProfileBehaviorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ValidateSecurityProfileBehaviorsResponse.Builder |
valid(Boolean valid)
True if the behaviors were valid.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
validationErrors(Collection<ValidationError> validationErrors)
The list of any errors found in the behaviors.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
validationErrors(Consumer<ValidationError.Builder>... validationErrors)
The list of any errors found in the behaviors.
|
ValidateSecurityProfileBehaviorsResponse.Builder |
validationErrors(ValidationError... validationErrors)
The list of any errors found in the behaviors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildValidateSecurityProfileBehaviorsResponse.Builder valid(Boolean valid)
True if the behaviors were valid.
valid - True if the behaviors were valid.ValidateSecurityProfileBehaviorsResponse.Builder validationErrors(Collection<ValidationError> validationErrors)
The list of any errors found in the behaviors.
validationErrors - The list of any errors found in the behaviors.ValidateSecurityProfileBehaviorsResponse.Builder validationErrors(ValidationError... validationErrors)
The list of any errors found in the behaviors.
validationErrors - The list of any errors found in the behaviors.ValidateSecurityProfileBehaviorsResponse.Builder validationErrors(Consumer<ValidationError.Builder>... validationErrors)
The list of any errors found in the behaviors.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #validationErrors(List) .validationErrors - a consumer that will call methods on List.Builder #validationErrors(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.