Interface CreateProvisioningArtifactResponse.Builder

    • Method Detail

      • provisioningArtifactDetail

        CreateProvisioningArtifactResponse.Builder provisioningArtifactDetail​(ProvisioningArtifactDetail provisioningArtifactDetail)

        Information about the provisioning artifact.

        Parameters:
        provisioningArtifactDetail - Information about the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • info

        CreateProvisioningArtifactResponse.Builder info​(Map<String,​String> info)

        Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ].

        Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

        LoadTemplateFromURL

        Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

        ImportFromPhysicalId

        Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

        Parameters:
        info - Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ].

        Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

        LoadTemplateFromURL

        Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

        ImportFromPhysicalId

        Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

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