public static interface PutUserPermissionsBoundaryRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<PutUserPermissionsBoundaryRequest.Builder,PutUserPermissionsBoundaryRequest>
| Modifier and Type | Method and Description |
|---|---|
PutUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutUserPermissionsBoundaryRequest.Builder |
permissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
|
PutUserPermissionsBoundaryRequest.Builder |
userName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutUserPermissionsBoundaryRequest.Builder userName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
userName - The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.PutUserPermissionsBoundaryRequest.Builder permissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
permissionsBoundary - The ARN of the policy that is used to set the permissions boundary for the user.PutUserPermissionsBoundaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutUserPermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.