Interface PasswordCredential.DefinitionStages.WithStartDate<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PasswordCredential.Definition<ParentT>,PasswordCredential.DefinitionStages.Blank<ParentT>,PasswordCredential.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- PasswordCredential.DefinitionStages
public static interface PasswordCredential.DefinitionStages.WithStartDate<ParentT>
The credential definition stage allowing start date to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithStartDate(OffsetDateTime startDate) Specifies the start date after which password or key would be valid.
-
Method Details
-
withStartDate
Specifies the start date after which password or key would be valid. Default value is current time.- Parameters:
startDate- the start date for validity- Returns:
- the next stage in credential definition
-