Interface CreateProvisioningArtifactResponse.Builder

  • Method Details

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

      default CreateProvisioningArtifactResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)

      Information about the provisioning artifact.

      This is a convenience method that creates an instance of the ProvisioningArtifactDetail.Builder avoiding the need to create one manually via ProvisioningArtifactDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to provisioningArtifactDetail(ProvisioningArtifactDetail).

      Parameters:
      provisioningArtifactDetail - a consumer that will call methods on ProvisioningArtifactDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • status

      The status of the current request.

      Parameters:
      status - The status of the current request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the current request.

      Parameters:
      status - The status of the current request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: