public static interface ListPolicyGenerationsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListPolicyGenerationsRequest.Builder,ListPolicyGenerationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPolicyGenerationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListPolicyGenerationsRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
ListPolicyGenerationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPolicyGenerationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPolicyGenerationsRequest.Builder |
principalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPolicyGenerationsRequest.Builder principalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with
ListGeneratedPolicies to filter the results to only include results for a specific principal.
principalArn - The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with
ListGeneratedPolicies to filter the results to only include results for a specific
principal.ListPolicyGenerationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListPolicyGenerationsRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.ListPolicyGenerationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPolicyGenerationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.