Interface PutConformancePackRequest.Builder

    • Method Detail

      • conformancePackName

        PutConformancePackRequest.Builder conformancePackName​(String conformancePackName)

        The unique name of the conformance pack you want to deploy.

        Parameters:
        conformancePackName - The unique name of the conformance pack you want to deploy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateS3Uri

        PutConformancePackRequest.Builder templateS3Uri​(String templateS3Uri)

        The location of the file containing the template body (s3://bucketname/prefix). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.

        You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.

        Parameters:
        templateS3Uri - The location of the file containing the template body (s3://bucketname/prefix). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.

        You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.

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

        PutConformancePackRequest.Builder templateBody​(String templateBody)

        A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.

        You can use a YAML template with two resource types: Config rule (AWS::Config::ConfigRule) and remediation action (AWS::Config::RemediationConfiguration).

        Parameters:
        templateBody - A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.

        You can use a YAML template with two resource types: Config rule (AWS::Config::ConfigRule ) and remediation action (AWS::Config::RemediationConfiguration).

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

        PutConformancePackRequest.Builder deliveryS3Bucket​(String deliveryS3Bucket)

        The name of the Amazon S3 bucket where Config stores conformance pack templates.

        This field is optional.

        Parameters:
        deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

        This field is optional.

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

        PutConformancePackRequest.Builder deliveryS3KeyPrefix​(String deliveryS3KeyPrefix)

        The prefix for the Amazon S3 bucket.

        This field is optional.

        Parameters:
        deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket.

        This field is optional.

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

        PutConformancePackRequest.Builder conformancePackInputParameters​(Collection<ConformancePackInputParameter> conformancePackInputParameters)

        A list of ConformancePackInputParameter objects.

        Parameters:
        conformancePackInputParameters - A list of ConformancePackInputParameter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conformancePackInputParameters

        PutConformancePackRequest.Builder conformancePackInputParameters​(ConformancePackInputParameter... conformancePackInputParameters)

        A list of ConformancePackInputParameter objects.

        Parameters:
        conformancePackInputParameters - A list of ConformancePackInputParameter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateSSMDocumentDetails

        PutConformancePackRequest.Builder templateSSMDocumentDetails​(TemplateSSMDocumentDetails templateSSMDocumentDetails)

        An object of type TemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.

        Parameters:
        templateSSMDocumentDetails - An object of type TemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.