| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyGeneration.Builder |
PolicyGeneration.builder() |
PolicyGeneration.Builder |
PolicyGeneration.Builder.completedOn(Instant completedOn)
A timestamp of when the policy generation was completed.
|
PolicyGeneration.Builder |
PolicyGeneration.Builder.jobId(String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
PolicyGeneration.Builder |
PolicyGeneration.Builder.principalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy.
|
PolicyGeneration.Builder |
PolicyGeneration.Builder.startedOn(Instant startedOn)
A timestamp of when the policy generation started.
|
PolicyGeneration.Builder |
PolicyGeneration.Builder.status(JobStatus status)
The status of the policy generation request.
|
PolicyGeneration.Builder |
PolicyGeneration.Builder.status(String status)
The status of the policy generation request.
|
PolicyGeneration.Builder |
PolicyGeneration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PolicyGeneration.Builder> |
PolicyGeneration.serializableBuilderClass() |
Copyright © 2021. All rights reserved.