public static interface GetGeneratedPolicyRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<GetGeneratedPolicyRequest.Builder,GetGeneratedPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGeneratedPolicyRequest.Builder |
includeResourcePlaceholders(Boolean includeResourcePlaceholders)
The level of detail that you want to generate.
|
GetGeneratedPolicyRequest.Builder |
includeServiceLevelTemplate(Boolean includeServiceLevelTemplate)
The level of detail that you want to generate.
|
GetGeneratedPolicyRequest.Builder |
jobId(String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
GetGeneratedPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGeneratedPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGeneratedPolicyRequest.Builder includeResourcePlaceholders(Boolean includeResourcePlaceholders)
The level of detail that you want to generate. You can specify whether to generate policies with placeholders for resource ARNs for actions that support resource level granularity in policies.
For example, in the resource section of a policy, you can receive a placeholder such as
"Resource":"arn:aws:s3:::${BucketName}" instead of "*".
includeResourcePlaceholders - The level of detail that you want to generate. You can specify whether to generate policies with
placeholders for resource ARNs for actions that support resource level granularity in policies.
For example, in the resource section of a policy, you can receive a placeholder such as
"Resource":"arn:aws:s3:::${BucketName}" instead of "*".
GetGeneratedPolicyRequest.Builder includeServiceLevelTemplate(Boolean includeServiceLevelTemplate)
The level of detail that you want to generate. You can specify whether to generate service-level policies.
Access Analyzer uses iam:servicelastaccessed to identify services that have been used recently
to create this service-level template.
includeServiceLevelTemplate - The level of detail that you want to generate. You can specify whether to generate service-level
policies.
Access Analyzer uses iam:servicelastaccessed to identify services that have been used
recently to create this service-level template.
GetGeneratedPolicyRequest.Builder jobId(String jobId)
The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or
used with CancelPolicyGeneration to cancel the policy generation request.
jobId - The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies
or used with CancelPolicyGeneration to cancel the policy generation request.GetGeneratedPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGeneratedPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.