| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
WarningProperty |
WarningProperty.clone() |
WarningProperty |
WarningProperty.withDescription(String description)
The description of the property from the resource provider schema.
|
WarningProperty |
WarningProperty.withPropertyPath(String propertyPath)
The path of the property.
|
WarningProperty |
WarningProperty.withRequired(Boolean required)
If
true, the specified property is required. |
| Modifier and Type | Method and Description |
|---|---|
List<WarningProperty> |
WarningDetail.getProperties()
The properties of the resource that are impacted by this warning.
|
| Modifier and Type | Method and Description |
|---|---|
WarningDetail |
WarningDetail.withProperties(WarningProperty... properties)
The properties of the resource that are impacted by this warning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WarningDetail.setProperties(Collection<WarningProperty> properties)
The properties of the resource that are impacted by this warning.
|
WarningDetail |
WarningDetail.withProperties(Collection<WarningProperty> properties)
The properties of the resource that are impacted by this warning.
|
Copyright © 2024. All rights reserved.