public static interface DeleteUserPermissionsBoundaryRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserPermissionsBoundaryRequest.Builder,DeleteUserPermissionsBoundaryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUserPermissionsBoundaryRequest.Builder |
userName(String userName)
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteUserPermissionsBoundaryRequest.Builder userName(String userName)
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
userName - The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions
boundary.DeleteUserPermissionsBoundaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteUserPermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.