Interface TemplateSSMDocumentDetails.Builder

    • Method Detail

      • documentName

        TemplateSSMDocumentDetails.Builder documentName​(String documentName)

        The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document.

        Parameters:
        documentName - The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentVersion

        TemplateSSMDocumentDetails.Builder documentVersion​(String documentVersion)

        The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.

        This field is optional.

        Parameters:
        documentVersion - The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.

        This field is optional.

        Returns:
        Returns a reference to this object so that method calls can be chained together.