Interface UpdateTemplateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateTemplateResponse.Builder,UpdateTemplateResponse>, QuickSightResponse.Builder, SdkBuilder<UpdateTemplateResponse.Builder,UpdateTemplateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateTemplateResponse

public static interface UpdateTemplateResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateTemplateResponse.Builder,UpdateTemplateResponse>
  • Method Details

    • templateId

      UpdateTemplateResponse.Builder templateId(String templateId)

      The ID for the template.

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

      The Amazon Resource Name (ARN) for the template.

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

      UpdateTemplateResponse.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.
    • creationStatus

      UpdateTemplateResponse.Builder creationStatus(String creationStatus)

      The creation status of the template.

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

      UpdateTemplateResponse.Builder creationStatus(ResourceStatus creationStatus)

      The creation status of the template.

      Parameters:
      creationStatus - The creation status of the template.
      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

      UpdateTemplateResponse.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.