Interface ServiceLastAccessed.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ServiceLastAccessed.Builder,,- ServiceLastAccessed> - SdkBuilder<ServiceLastAccessed.Builder,,- ServiceLastAccessed> - SdkPojo
- Enclosing class:
- ServiceLastAccessed
- 
Method SummaryModifier and TypeMethodDescriptionlastAuthenticated(Instant lastAuthenticated) The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service.lastAuthenticatedEntity(String lastAuthenticatedEntity) The ARN of the authenticated entity (user or role) that last attempted to access the service.lastAuthenticatedRegion(String lastAuthenticatedRegion) The Region from which the authenticated entity (user or role) last attempted to access the service.serviceName(String serviceName) The name of the service in which access was attempted.serviceNamespace(String serviceNamespace) The namespace of the service in which access was attempted.totalAuthenticatedEntities(Integer totalAuthenticatedEntities) The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.trackedActionsLastAccessed(Collection<TrackedActionLastAccessed> trackedActionsLastAccessed) An object that contains details about the most recent attempt to access a tracked action within the service.trackedActionsLastAccessed(Consumer<TrackedActionLastAccessed.Builder>... trackedActionsLastAccessed) An object that contains details about the most recent attempt to access a tracked action within the service.trackedActionsLastAccessed(TrackedActionLastAccessed... trackedActionsLastAccessed) An object that contains details about the most recent attempt to access a tracked action within the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
serviceNameThe name of the service in which access was attempted. - Parameters:
- serviceName- The name of the service in which access was attempted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastAuthenticatedThe date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the 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. - Parameters:
- lastAuthenticated- The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceNamespaceThe namespace of the service in which access was attempted. To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services 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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Parameters:
- 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 Amazon Web Services 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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastAuthenticatedEntityThe ARN of the authenticated entity (user or role) that last attempted to access the 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. - Parameters:
- lastAuthenticatedEntity- The ARN of the authenticated entity (user or role) that last attempted to access the 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastAuthenticatedRegionThe Region from which the authenticated entity (user or role) last attempted to access the 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. - Parameters:
- lastAuthenticatedRegion- The Region from which the authenticated entity (user or role) last attempted to access the 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalAuthenticatedEntitiesThe 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 tracking period. - Parameters:
- 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 tracking period. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trackedActionsLastAccessedServiceLastAccessed.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 tracking 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 Granularityfield in GenerateServiceLastAccessedDetails.- Parameters:
- 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 tracking 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 - Granularityfield in GenerateServiceLastAccessedDetails.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trackedActionsLastAccessedServiceLastAccessed.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 tracking 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 Granularityfield in GenerateServiceLastAccessedDetails.- Parameters:
- 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 tracking 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 - Granularityfield in GenerateServiceLastAccessedDetails.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trackedActionsLastAccessedServiceLastAccessed.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 tracking 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 This is a convenience method that creates an instance of theGranularityfield in GenerateServiceLastAccessedDetails.TrackedActionLastAccessed.Builderavoiding the need to create one manually viaTrackedActionLastAccessed.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrackedActionsLastAccessed(List<TrackedActionLastAccessed>).- Parameters:
- trackedActionsLastAccessed- a consumer that will call methods on- TrackedActionLastAccessed.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-