| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidationWarning.Builder |
ValidationWarning.builder() |
ValidationWarning.Builder |
ValidationWarning.Builder.errors(Collection<ValidationError> errors)
The error codes and error messages.
|
ValidationWarning.Builder |
ValidationWarning.Builder.errors(Consumer<ValidationError.Builder>... errors)
The error codes and error messages.
|
ValidationWarning.Builder |
ValidationWarning.Builder.errors(ValidationError... errors)
The error codes and error messages.
|
ValidationWarning.Builder |
ValidationWarning.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ValidationWarning.Builder> |
ValidationWarning.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLaunchTemplateVersionResponse.Builder |
CreateLaunchTemplateVersionResponse.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.
|
default CreateLaunchTemplateResponse.Builder |
CreateLaunchTemplateResponse.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.
|
Copyright © 2022. All rights reserved.