Interface PendingCreateStandbyWorkspacesRequest.Builder

    • Method Detail

      • userName

        PendingCreateStandbyWorkspacesRequest.Builder userName​(String userName)

        Describes the standby WorkSpace that was created.

        Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

        Parameters:
        userName - Describes the standby WorkSpace that was created.

        Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryId

        PendingCreateStandbyWorkspacesRequest.Builder directoryId​(String directoryId)

        The identifier of the directory for the standby WorkSpace.

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

        PendingCreateStandbyWorkspacesRequest.Builder workspaceId​(String workspaceId)

        The identifier of the standby WorkSpace.

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