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 AWS.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EntityDetails.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.Builder
entityInfo(EntityInfo)
EntityDetails.Builder lastAuthenticated(Instant lastAuthenticated)
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access AWS. AWS does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
lastAuthenticated
- The date and time, in ISO 8601 date-time format, when the
authenticated entity last attempted to access AWS. AWS does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
Copyright © 2019. All rights reserved.