Interface ExecuteFastResetResponse.Builder

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

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

    • status

      The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.

      Parameters:
      status - The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payload

      The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.

      Parameters:
      payload - The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payload

      The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.

      This is a convenience method that creates an instance of the FastResetToken.Builder avoiding the need to create one manually via FastResetToken.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to payload(FastResetToken).

      Parameters:
      payload - a consumer that will call methods on FastResetToken.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: