Uses of Interface
software.amazon.awssdk.services.cloudformation.model.WarningDetail.Builder
Packages that use WarningDetail.Builder
-
Uses of WarningDetail.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return WarningDetail.BuilderModifier and TypeMethodDescriptionstatic WarningDetail.BuilderWarningDetail.builder()WarningDetail.Builder.properties(Collection<WarningProperty> properties) The properties of the resource that are impacted by this warning.WarningDetail.Builder.properties(Consumer<WarningProperty.Builder>... properties) The properties of the resource that are impacted by this warning.WarningDetail.Builder.properties(WarningProperty... properties) The properties of the resource that are impacted by this warning.WarningDetail.toBuilder()The type of this warning.WarningDetail.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WarningDetail.Builder>WarningDetail.serializableBuilderClass()