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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionThe 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:
 
- 
 
- 
actionThe 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:
 
- 
 
- 
tokenThe 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.
 
- 
overrideConfigurationExecuteFastResetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationExecuteFastResetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-