Uses of Interface
software.amazon.awssdk.services.ec2.model.ValidationWarning.Builder
-
Packages that use ValidationWarning.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ValidationWarning.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ValidationWarning.Builder Modifier and Type Method Description static ValidationWarning.BuilderValidationWarning. builder()ValidationWarning.BuilderValidationWarning.Builder. errors(Collection<ValidationError> errors)The error codes and error messages.ValidationWarning.BuilderValidationWarning.Builder. errors(Consumer<ValidationError.Builder>... errors)The error codes and error messages.ValidationWarning.BuilderValidationWarning.Builder. errors(ValidationError... errors)The error codes and error messages.ValidationWarning.BuilderValidationWarning. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ValidationWarning.Builder Modifier and Type Method Description static Class<? extends ValidationWarning.Builder>ValidationWarning. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ValidationWarning.Builder Modifier and Type Method Description default CreateLaunchTemplateResponse.BuilderCreateLaunchTemplateResponse.Builder. warning(Consumer<ValidationWarning.Builder> warning)If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.default CreateLaunchTemplateVersionResponse.BuilderCreateLaunchTemplateVersionResponse.Builder. warning(Consumer<ValidationWarning.Builder> warning)If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
-