public static interface ServiceLastAccessed.Builder extends SdkPojo, CopyableBuilder<ServiceLastAccessed.Builder,ServiceLastAccessed>
Modifier and Type | Method and Description |
---|---|
ServiceLastAccessed.Builder |
lastAuthenticated(Instant lastAuthenticated)
The date and time, in ISO 8601 date-time format, when an
authenticated entity most recently attempted to access the service.
|
ServiceLastAccessed.Builder |
lastAuthenticatedEntity(String lastAuthenticatedEntity)
The ARN of the authenticated entity (user or role) that last attempted to access the service.
|
ServiceLastAccessed.Builder |
lastAuthenticatedRegion(String lastAuthenticatedRegion)
The Region from which the authenticated entity (user or role) last attempted to access the service.
|
ServiceLastAccessed.Builder |
serviceName(String serviceName)
The name of the service in which access was attempted.
|
ServiceLastAccessed.Builder |
serviceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
|
ServiceLastAccessed.Builder |
totalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to
access the service.
|
ServiceLastAccessed.Builder |
trackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
ServiceLastAccessed.Builder |
trackedActionsLastAccessed(Consumer<TrackedActionLastAccessed.Builder>... trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
ServiceLastAccessed.Builder |
trackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ServiceLastAccessed.Builder serviceName(String serviceName)
The name of the service in which access was attempted.
serviceName
- The name of the service in which access was attempted.ServiceLastAccessed.Builder lastAuthenticated(Instant lastAuthenticated)
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service. 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 an
authenticated entity most recently attempted to access the service. AWS does not report
unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
ServiceLastAccessed.Builder serviceNamespace(String serviceNamespace)
The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for AWS services in the Service Authorization Reference.
Choose the name of the service to view details for that service. In the first paragraph, find the service
prefix. For example, (service prefix: a4b)
. For more information about service namespaces, see
AWS Service Namespaces in the AWS General Reference.
serviceNamespace
- The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for AWS services in the Service Authorization
Reference. Choose the name of the service to view details for that service. In the first
paragraph, find the service prefix. For example, (service prefix: a4b)
. For more
information about service namespaces, see AWS Service Namespaces in the AWS General Reference.
ServiceLastAccessed.Builder lastAuthenticatedEntity(String lastAuthenticatedEntity)
The ARN of the authenticated entity (user or role) that last attempted to access the service. AWS does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
lastAuthenticatedEntity
- The ARN of the authenticated entity (user or role) that last attempted to access the service. AWS does
not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
ServiceLastAccessed.Builder lastAuthenticatedRegion(String lastAuthenticatedRegion)
The Region from which the authenticated entity (user or role) last attempted to access the service. AWS does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
lastAuthenticatedRegion
- The Region from which the authenticated entity (user or role) last attempted to access the service.
AWS does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
ServiceLastAccessed.Builder totalAuthenticatedEntities(Integer totalAuthenticatedEntities)
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.
This field is null if no principals attempted to access the service within the reporting period.
totalAuthenticatedEntities
- The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted
to access the service.
This field is null if no principals attempted to access the service within the reporting period.
ServiceLastAccessed.Builder trackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
This field is null if there no tracked actions or if the principal did not use the tracked actions within the
reporting period. This field is also null if the report was generated at the service level and not the
action level. For more information, see the Granularity
field in
GenerateServiceLastAccessedDetails.
trackedActionsLastAccessed
- An object that contains details about the most recent attempt to access a tracked action within the
service.
This field is null if there no tracked actions or if the principal did not use the tracked actions
within the reporting period. This field is also null if the report was generated at the service level and
not the action level. For more information, see the Granularity
field in
GenerateServiceLastAccessedDetails.
ServiceLastAccessed.Builder trackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
This field is null if there no tracked actions or if the principal did not use the tracked actions within the
reporting period. This field is also null if the report was generated at the service level and not the
action level. For more information, see the Granularity
field in
GenerateServiceLastAccessedDetails.
trackedActionsLastAccessed
- An object that contains details about the most recent attempt to access a tracked action within the
service.
This field is null if there no tracked actions or if the principal did not use the tracked actions
within the reporting period. This field is also null if the report was generated at the service level and
not the action level. For more information, see the Granularity
field in
GenerateServiceLastAccessedDetails.
ServiceLastAccessed.Builder trackedActionsLastAccessed(Consumer<TrackedActionLastAccessed.Builder>... trackedActionsLastAccessed)
An object that contains details about the most recent attempt to access a tracked action within the service.
This field is null if there no tracked actions or if the principal did not use the tracked actions within the
reporting period. This field is also null if the report was generated at the service level and not the
action level. For more information, see the Granularity
field in
GenerateServiceLastAccessedDetails.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #trackedActionsLastAccessed(List)
.trackedActionsLastAccessed
- a consumer that will call methods on List.Builder
#trackedActionsLastAccessed(List)
Copyright © 2021. All rights reserved.