Interface ExecuteFastResetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ExecuteFastResetRequest.Builder,
,ExecuteFastResetRequest> NeptunedataRequest.Builder
,SdkBuilder<ExecuteFastResetRequest.Builder,
,ExecuteFastResetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ExecuteFastResetRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe fast reset action.The fast reset action.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The fast-reset token to initiate the reset.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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 theinitiateDatabaseReset
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 theinitiateDatabaseReset
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 theinitiateDatabaseReset
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 theinitiateDatabaseReset
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ExecuteFastResetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-