Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.PolicyGeneration.Builder
-
Packages that use PolicyGeneration.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of PolicyGeneration.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return PolicyGeneration.Builder Modifier and Type Method Description static PolicyGeneration.BuilderPolicyGeneration. builder()PolicyGeneration.BuilderPolicyGeneration.Builder. completedOn(Instant completedOn)A timestamp of when the policy generation was completed.PolicyGeneration.BuilderPolicyGeneration.Builder. jobId(String jobId)TheJobIdthat is returned by theStartPolicyGenerationoperation.PolicyGeneration.BuilderPolicyGeneration.Builder. principalArn(String principalArn)The ARN of the IAM entity (user or role) for which you are generating a policy.PolicyGeneration.BuilderPolicyGeneration.Builder. startedOn(Instant startedOn)A timestamp of when the policy generation started.PolicyGeneration.BuilderPolicyGeneration.Builder. status(String status)The status of the policy generation request.PolicyGeneration.BuilderPolicyGeneration.Builder. status(JobStatus status)The status of the policy generation request.PolicyGeneration.BuilderPolicyGeneration. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type PolicyGeneration.Builder Modifier and Type Method Description static Class<? extends PolicyGeneration.Builder>PolicyGeneration. serializableBuilderClass()
-