public static interface ExecuteFastResetResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<ExecuteFastResetResponse.Builder,ExecuteFastResetResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExecuteFastResetResponse.Builder |
payload(Consumer<FastResetToken.Builder> 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. |
ExecuteFastResetResponse.Builder |
payload(FastResetToken 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. |
ExecuteFastResetResponse.Builder |
status(String status)
The
status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteFastResetResponse.Builder status(String status)
The status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted.
status - The status is only returned for the performDatabaseReset action, and
indicates whether or not the fast reset rquest is accepted.ExecuteFastResetResponse.Builder payload(FastResetToken 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.
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.default ExecuteFastResetResponse.Builder payload(Consumer<FastResetToken.Builder> 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.
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).
payload - a consumer that will call methods on FastResetToken.Builderpayload(FastResetToken)Copyright © 2023. All rights reserved.