Interface Warnings.Builder

    • Method Detail

      • 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.