public static interface PolicyGrantingServiceAccess.Builder extends SdkPojo, CopyableBuilder<PolicyGrantingServiceAccess.Builder,PolicyGrantingServiceAccess>
| Modifier and Type | Method and Description |
|---|---|
PolicyGrantingServiceAccess.Builder |
entityName(String entityName)
The name of the entity (user or role) to which the inline policy is attached.
|
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 |
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 |
policyArn(String policyArn)
Sets the value of the PolicyArn property for this object.
|
PolicyGrantingServiceAccess.Builder |
policyName(String policyName)
The policy name.
|
PolicyGrantingServiceAccess.Builder |
policyType(PolicyType policyType)
The policy type.
|
PolicyGrantingServiceAccess.Builder |
policyType(String policyType)
The policy type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyGrantingServiceAccess.Builder policyName(String policyName)
The policy name.
policyName - The policy name.PolicyGrantingServiceAccess.Builder policyType(String policyType)
The policy type. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
policyType - The policy type. For more information about these policy types, see Managed
policies and inline policies in the IAM User Guide.PolicyType,
PolicyTypePolicyGrantingServiceAccess.Builder policyType(PolicyType policyType)
The policy type. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
policyType - The policy type. For more information about these policy types, see Managed
policies and inline policies in the IAM User Guide.PolicyType,
PolicyTypePolicyGrantingServiceAccess.Builder policyArn(String policyArn)
policyArn - The new value for the PolicyArn property for this object.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.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
entityType - The type of entity (user or role) that used the policy to access the service to which the inline
policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
PolicyOwnerEntityType,
PolicyOwnerEntityTypePolicyGrantingServiceAccess.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.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
entityType - The type of entity (user or role) that used the policy to access the service to which the inline
policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
PolicyOwnerEntityType,
PolicyOwnerEntityTypePolicyGrantingServiceAccess.Builder entityName(String entityName)
The name of the entity (user or role) to which the inline policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
entityName - The name of the entity (user or role) to which the inline policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
Copyright © 2022. All rights reserved.