| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.builder() |
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.entityName(String entityName)
The name of the entity (user or role) to which the inline policy is attached.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.entityType(PolicyOwnerEntityType entityType)
The type of entity (user or role) that used the policy to access the service to which the inline policy is
attached.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.entityType(String entityType)
The type of entity (user or role) that used the policy to access the service to which the inline policy is
attached.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.policyArn(String policyArn)
Sets the value of the PolicyArn property for this object.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.policyName(String policyName)
The policy name.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.policyType(PolicyType policyType)
The policy type.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.Builder.policyType(String policyType)
The policy type.
|
PolicyGrantingServiceAccess.Builder |
PolicyGrantingServiceAccess.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PolicyGrantingServiceAccess.Builder> |
PolicyGrantingServiceAccess.serializableBuilderClass() |
Copyright © 2022. All rights reserved.