Interface ExecuteFastResetRequest.Builder

  • Method Details

    • 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

      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:
    • 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.
    • overrideConfiguration

      ExecuteFastResetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.