Interface Warnings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Warnings.Builder,Warnings>, SdkBuilder<Warnings.Builder,Warnings>, SdkPojo
Enclosing class:
Warnings

public static interface Warnings.Builder extends SdkPojo, CopyableBuilder<Warnings.Builder,Warnings>
  • Method Details

    • unrecognizedResourceTypes

      Warnings.Builder unrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes)

      A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.

      Parameters:
      unrecognizedResourceTypes - A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unrecognizedResourceTypes

      Warnings.Builder unrecognizedResourceTypes(String... unrecognizedResourceTypes)

      A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.

      Parameters:
      unrecognizedResourceTypes - A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.
      Returns:
      Returns a reference to this object so that method calls can be chained together.