public static interface EntityDetails.Builder extends SdkPojo, CopyableBuilder<EntityDetails.Builder,EntityDetails>
| Modifier and Type | Method and Description |
|---|---|
default EntityDetails.Builder |
entityInfo(Consumer<EntityInfo.Builder> entityInfo)
The
EntityInfo object that contains details about the entity (user or role). |
EntityDetails.Builder |
entityInfo(EntityInfo entityInfo)
The
EntityInfo object that contains details about the entity (user or role). |
EntityDetails.Builder |
lastAuthenticated(Instant lastAuthenticated)
The date and time, in ISO 8601 date-time format, when the
authenticated entity last attempted to access Amazon Web Services.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityDetails.Builder entityInfo(EntityInfo entityInfo)
The EntityInfo object that contains details about the entity (user or role).
entityInfo - The EntityInfo object that contains details about the entity (user or role).default EntityDetails.Builder entityInfo(Consumer<EntityInfo.Builder> entityInfo)
The EntityInfo object that contains details about the entity (user or role).
EntityInfo.Builder avoiding the need to
create one manually via EntityInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to entityInfo(EntityInfo).
entityInfo - a consumer that will call methods on EntityInfo.BuilderentityInfo(EntityInfo)EntityDetails.Builder lastAuthenticated(Instant lastAuthenticated)
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. 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.
lastAuthenticated - The date and time, in ISO 8601 date-time format, when the
authenticated entity last attempted to access Amazon Web Services. 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.