public static interface RoleLastUsed.Builder extends SdkPojo, CopyableBuilder<RoleLastUsed.Builder,RoleLastUsed>
| Modifier and Type | Method and Description |
|---|---|
RoleLastUsed.Builder |
lastUsedDate(Instant lastUsedDate)
The date and time, in ISO 8601 date-time format that the role
was last used.
|
RoleLastUsed.Builder |
region(String region)
The name of the Amazon Web Services Region in which the role was last used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoleLastUsed.Builder lastUsedDate(Instant lastUsedDate)
The date and time, in ISO 8601 date-time format that the role was last used.
This field is null if the role has not been used within the IAM tracking period. For more information about the tracking period, see Regions where data is tracked in the IAM User Guide.
lastUsedDate - The date and time, in ISO 8601 date-time format that the
role was last used.
This field is null if the role has not been used within the IAM tracking period. For more information about the tracking period, see Regions where data is tracked in the IAM User Guide.
RoleLastUsed.Builder region(String region)
The name of the Amazon Web Services Region in which the role was last used.
region - The name of the Amazon Web Services Region in which the role was last used.Copyright © 2022. All rights reserved.