Interface FailedWorkspaceChangeRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FailedWorkspaceChangeRequest.Builder,FailedWorkspaceChangeRequest>, SdkBuilder<FailedWorkspaceChangeRequest.Builder,FailedWorkspaceChangeRequest>, SdkPojo
Enclosing class:
FailedWorkspaceChangeRequest

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

    • workspaceId

      FailedWorkspaceChangeRequest.Builder workspaceId(String workspaceId)

      The identifier of the WorkSpace.

      Parameters:
      workspaceId - The identifier of the WorkSpace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code that is returned if the WorkSpace cannot be rebooted.

      Parameters:
      errorCode - The error code that is returned if the WorkSpace cannot be rebooted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      FailedWorkspaceChangeRequest.Builder errorMessage(String errorMessage)

      The text of the error message that is returned if the WorkSpace cannot be rebooted.

      Parameters:
      errorMessage - The text of the error message that is returned if the WorkSpace cannot be rebooted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.