public static interface ExecuteFastResetRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteFastResetRequest.Builder |
action(Action action)
The fast reset action.
|
ExecuteFastResetRequest.Builder |
action(String action)
The fast reset action.
|
ExecuteFastResetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteFastResetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteFastResetRequest.Builder |
token(String token)
The fast-reset token to initiate the reset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteFastResetRequest.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.
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.
Action,
ActionExecuteFastResetRequest.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.
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.
Action,
ActionExecuteFastResetRequest.Builder token(String token)
The fast-reset token to initiate the reset.
token - The fast-reset token to initiate the reset.ExecuteFastResetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteFastResetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.