Interface FastResetToken.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FastResetToken.Builder,FastResetToken>,SdkBuilder<FastResetToken.Builder,FastResetToken>,SdkPojo
- Enclosing class:
- FastResetToken
public static interface FastResetToken.Builder extends SdkPojo, CopyableBuilder<FastResetToken.Builder,FastResetToken>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FastResetToken.Buildertoken(String token)A UUID generated by the database in theinitiateDatabaseResetaction, and then consumed by theperformDatabaseResetto reset the database.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
token
FastResetToken.Builder token(String token)
A UUID generated by the database in the
initiateDatabaseResetaction, and then consumed by theperformDatabaseResetto reset the database.- Parameters:
token- A UUID generated by the database in theinitiateDatabaseResetaction, and then consumed by theperformDatabaseResetto reset the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-