Interface CreateTemplateResponse.Builder

  • Method Details

    • arn

      The ARN for the template.

      Parameters:
      arn - The ARN for the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionArn

      CreateTemplateResponse.Builder versionArn(String versionArn)

      The ARN for the template, including the version information of the first version.

      Parameters:
      versionArn - The ARN for the template, including the version information of the first version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateId

      CreateTemplateResponse.Builder templateId(String templateId)

      The ID of the template.

      Parameters:
      templateId - The ID of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationStatus

      CreateTemplateResponse.Builder creationStatus(String creationStatus)

      The template creation status.

      Parameters:
      creationStatus - The template creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationStatus

      CreateTemplateResponse.Builder creationStatus(ResourceStatus creationStatus)

      The template creation status.

      Parameters:
      creationStatus - The template creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The HTTP status of the request.

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

      CreateTemplateResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.