public static interface GeneratedPolicyProperties.Builder extends SdkPojo, CopyableBuilder<GeneratedPolicyProperties.Builder,GeneratedPolicyProperties>
| Modifier and Type | Method and Description |
|---|---|
GeneratedPolicyProperties.Builder |
cloudTrailProperties(CloudTrailProperties cloudTrailProperties)
Lists details about the
Trail used to generated policy. |
default GeneratedPolicyProperties.Builder |
cloudTrailProperties(Consumer<CloudTrailProperties.Builder> cloudTrailProperties)
Lists details about the
Trail used to generated policy. |
GeneratedPolicyProperties.Builder |
isComplete(Boolean isComplete)
This value is set to
true if the generated policy contains all possible actions for a service
that Access Analyzer identified from the CloudTrail trail that you specified, and false
otherwise. |
GeneratedPolicyProperties.Builder |
principalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeneratedPolicyProperties.Builder cloudTrailProperties(CloudTrailProperties cloudTrailProperties)
Lists details about the Trail used to generated policy.
cloudTrailProperties - Lists details about the Trail used to generated policy.default GeneratedPolicyProperties.Builder cloudTrailProperties(Consumer<CloudTrailProperties.Builder> cloudTrailProperties)
Lists details about the Trail used to generated policy.
CloudTrailProperties.Builder avoiding the need
to create one manually via CloudTrailProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to cloudTrailProperties(CloudTrailProperties).cloudTrailProperties - a consumer that will call methods on CloudTrailProperties.BuildercloudTrailProperties(CloudTrailProperties)GeneratedPolicyProperties.Builder isComplete(Boolean isComplete)
This value is set to true if the generated policy contains all possible actions for a service
that Access Analyzer identified from the CloudTrail trail that you specified, and false
otherwise.
isComplete - This value is set to true if the generated policy contains all possible actions for a
service that Access Analyzer identified from the CloudTrail trail that you specified, and
false otherwise.GeneratedPolicyProperties.Builder principalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy.
principalArn - The ARN of the IAM entity (user or role) for which you are generating a policy.Copyright © 2021. All rights reserved.