public static interface PutRolePermissionsBoundaryRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<PutRolePermissionsBoundaryRequest.Builder,PutRolePermissionsBoundaryRequest>
| Modifier and Type | Method and Description |
|---|---|
PutRolePermissionsBoundaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutRolePermissionsBoundaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutRolePermissionsBoundaryRequest.Builder |
permissionsBoundary(String permissionsBoundary)
The ARN of the managed policy that is used to set the permissions boundary for the role.
|
PutRolePermissionsBoundaryRequest.Builder |
roleName(String roleName)
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutRolePermissionsBoundaryRequest.Builder roleName(String roleName)
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
roleName - The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.PutRolePermissionsBoundaryRequest.Builder permissionsBoundary(String permissionsBoundary)
The ARN of the managed policy that is used to set the permissions boundary for the role.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
permissionsBoundary - The ARN of the managed policy that is used to set the permissions boundary for the role.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
PutRolePermissionsBoundaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutRolePermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.