Uses of Interface
software.amazon.awssdk.services.cloudformation.model.WarningProperty.Builder
-
Packages that use WarningProperty.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of WarningProperty.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return WarningProperty.Builder Modifier and Type Method Description static WarningProperty.BuilderWarningProperty. builder()WarningProperty.BuilderWarningProperty.Builder. description(String description)The description of the property from the resource provider schema.WarningProperty.BuilderWarningProperty.Builder. propertyPath(String propertyPath)The path of the property.WarningProperty.BuilderWarningProperty.Builder. required(Boolean required)Iftrue, the specified property is required.WarningProperty.BuilderWarningProperty. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type WarningProperty.Builder Modifier and Type Method Description static Class<? extends WarningProperty.Builder>WarningProperty. serializableBuilderClass()
-