public static interface TrackedActionLastAccessed.Builder extends SdkPojo, CopyableBuilder<TrackedActionLastAccessed.Builder,TrackedActionLastAccessed>
| Modifier and Type | Method and Description |
|---|---|
TrackedActionLastAccessed.Builder |
actionName(String actionName)
The name of the tracked action to which access was attempted.
|
TrackedActionLastAccessed.Builder |
lastAccessedEntity(String lastAccessedEntity)
Sets the value of the LastAccessedEntity property for this object.
|
TrackedActionLastAccessed.Builder |
lastAccessedRegion(String lastAccessedRegion)
The Region from which the authenticated entity (user or role) last attempted to access the tracked action.
|
TrackedActionLastAccessed.Builder |
lastAccessedTime(Instant lastAccessedTime)
The date and time, in ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the tracked service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrackedActionLastAccessed.Builder actionName(String actionName)
The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
actionName - The name of the tracked action to which access was attempted. Tracked actions are actions that report
activity to IAM.TrackedActionLastAccessed.Builder lastAccessedEntity(String lastAccessedEntity)
lastAccessedEntity - The new value for the LastAccessedEntity property for this object.TrackedActionLastAccessed.Builder lastAccessedTime(Instant lastAccessedTime)
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
lastAccessedTime - The date and time, in ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the tracked service. Amazon Web Services does
not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
TrackedActionLastAccessed.Builder lastAccessedRegion(String lastAccessedRegion)
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
lastAccessedRegion - The Region from which the authenticated entity (user or role) last attempted to access the tracked
action. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
Copyright © 2023. All rights reserved.