| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.arn(String arn)
Sets the value of the Arn property for this object.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.attachmentCount(Integer attachmentCount)
The number of principal entities (users, groups, and roles) that the policy is attached to.
|
static ManagedPolicyDetail.Builder |
ManagedPolicyDetail.builder() |
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.createDate(Instant createDate)
The date and time, in ISO 8601 date-time format, when the policy
was created.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.defaultVersionId(String defaultVersionId)
The identifier for the version of the policy that is set as the default (operative) version.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.description(String description)
A friendly description of the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.isAttachable(Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or role.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.path(String path)
The path to the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.permissionsBoundaryUsageCount(Integer permissionsBoundaryUsageCount)
The number of entities (users and roles) for which the policy is used as the permissions boundary.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.policyId(String policyId)
The stable and unique string identifying the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.policyName(String policyName)
The friendly name (not ARN) identifying the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.policyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.policyVersionList(Consumer<PolicyVersion.Builder>... policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.policyVersionList(PolicyVersion... policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.toBuilder() |
ManagedPolicyDetail.Builder |
ManagedPolicyDetail.Builder.updateDate(Instant updateDate)
The date and time, in ISO 8601 date-time format, when the policy
was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ManagedPolicyDetail.Builder> |
ManagedPolicyDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.