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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PasswordCredential.DefinitionStages.WithAttach<ParentT>withStartDate(OffsetDateTime startDate)Specifies the start date after which password or key would be valid.
-
-
-
Method Detail
-
withStartDate
PasswordCredential.DefinitionStages.WithAttach<ParentT> withStartDate(OffsetDateTime startDate)
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
-
-