Interface ExecuteFastResetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>,NeptunedataRequest.Builder,SdkBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExecuteFastResetRequest
public static interface ExecuteFastResetRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecuteFastResetRequest.Builderaction(String action)The fast reset action.ExecuteFastResetRequest.Builderaction(Action action)The fast reset action.ExecuteFastResetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExecuteFastResetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExecuteFastResetRequest.Buildertoken(String token)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 Detail
-
action
ExecuteFastResetRequest.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 theinitiateDatabaseResetaction 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 theinitiateDatabaseResetaction to actually perform the fast reset.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Action,Action
-
-
action
ExecuteFastResetRequest.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 theinitiateDatabaseResetaction 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 theinitiateDatabaseResetaction to actually perform the fast reset.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Action,Action
-
-
token
ExecuteFastResetRequest.Builder token(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExecuteFastResetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-