Interface CreateTemplateResponse.Builder

    • Method Detail

      • arn

        CreateTemplateResponse.Builder arn​(String 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.
      • status

        CreateTemplateResponse.Builder status​(Integer 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.