public static interface PutUserPermissionsBoundaryRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<PutUserPermissionsBoundaryRequest.Builder,PutUserPermissionsBoundaryRequest>
Modifier and Type | Method and Description |
---|---|
PutUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutUserPermissionsBoundaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
PutUserPermissionsBoundaryRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutUserPermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.