Interface UnusedIamUserPasswordDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnusedIamUserPasswordDetails.Builder,
,UnusedIamUserPasswordDetails> SdkBuilder<UnusedIamUserPasswordDetails.Builder,
,UnusedIamUserPasswordDetails> SdkPojo
- Enclosing class:
UnusedIamUserPasswordDetails
@Mutable
@NotThreadSafe
public static interface UnusedIamUserPasswordDetails.Builder
extends SdkPojo, CopyableBuilder<UnusedIamUserPasswordDetails.Builder,UnusedIamUserPasswordDetails>
-
Method Summary
Modifier and TypeMethodDescriptionlastAccessed
(Instant lastAccessed) The time at which the password was last accessed.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 Details
-
lastAccessed
The time at which the password was last accessed.
- Parameters:
lastAccessed
- The time at which the password was last accessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-