Interface ExecuteFastResetRequest.Builder

    • Method Detail

      • action

        ExecuteFastResetRequest.Builder action​(String action)

        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        Parameters:
        action - The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Action, Action
      • action

        ExecuteFastResetRequest.Builder action​(Action action)

        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        Parameters:
        action - The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Action, Action
      • token

        ExecuteFastResetRequest.Builder token​(String token)

        The fast-reset token to initiate the reset.

        Parameters:
        token - The fast-reset token to initiate the reset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.