Uses of Interface
software.amazon.awssdk.services.cloudformation.model.WarningDetail.Builder
-
Packages that use WarningDetail.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of WarningDetail.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return WarningDetail.Builder Modifier and Type Method Description static WarningDetail.BuilderWarningDetail. builder()WarningDetail.BuilderWarningDetail.Builder. properties(Collection<WarningProperty> properties)The properties of the resource that are impacted by this warning.WarningDetail.BuilderWarningDetail.Builder. properties(Consumer<WarningProperty.Builder>... properties)The properties of the resource that are impacted by this warning.WarningDetail.BuilderWarningDetail.Builder. properties(WarningProperty... properties)The properties of the resource that are impacted by this warning.WarningDetail.BuilderWarningDetail. toBuilder()WarningDetail.BuilderWarningDetail.Builder. type(String type)The type of this warning.WarningDetail.BuilderWarningDetail.Builder. type(WarningType type)The type of this warning.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type WarningDetail.Builder Modifier and Type Method Description static Class<? extends WarningDetail.Builder>WarningDetail. serializableBuilderClass()
-