public static interface GenerateServiceLastAccessedDetailsRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GenerateServiceLastAccessedDetailsRequest.Builder,GenerateServiceLastAccessedDetailsRequest>
| Modifier and Type | Method and Description |
|---|---|
GenerateServiceLastAccessedDetailsRequest.Builder |
arn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when
the resource was last used in an attempt to access an Amazon Web Services service.
|
GenerateServiceLastAccessedDetailsRequest.Builder |
granularity(AccessAdvisorUsageGranularityType granularity)
The level of detail that you want to generate.
|
GenerateServiceLastAccessedDetailsRequest.Builder |
granularity(String granularity)
The level of detail that you want to generate.
|
GenerateServiceLastAccessedDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GenerateServiceLastAccessedDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateServiceLastAccessedDetailsRequest.Builder arn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
arn - The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about
when the resource was last used in an attempt to access an Amazon Web Services service.GenerateServiceLastAccessedDetailsRequest.Builder granularity(String granularity)
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
granularity - The level of detail that you want to generate. You can specify whether you want to generate
information about the last attempt to access services or actions. If you specify service-level
granularity, this operation generates only service data. If you specify action-level granularity, it
generates service and action data. If you don't include this optional parameter, the operation
generates service data.AccessAdvisorUsageGranularityType,
AccessAdvisorUsageGranularityTypeGenerateServiceLastAccessedDetailsRequest.Builder granularity(AccessAdvisorUsageGranularityType granularity)
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
granularity - The level of detail that you want to generate. You can specify whether you want to generate
information about the last attempt to access services or actions. If you specify service-level
granularity, this operation generates only service data. If you specify action-level granularity, it
generates service and action data. If you don't include this optional parameter, the operation
generates service data.AccessAdvisorUsageGranularityType,
AccessAdvisorUsageGranularityTypeGenerateServiceLastAccessedDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateServiceLastAccessedDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.