Interface DeleteUserPermissionsBoundaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteUserPermissionsBoundaryRequest.Builder,DeleteUserPermissionsBoundaryRequest>
,IamRequest.Builder
,SdkBuilder<DeleteUserPermissionsBoundaryRequest.Builder,DeleteUserPermissionsBoundaryRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteUserPermissionsBoundaryRequest
public static interface DeleteUserPermissionsBoundaryRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserPermissionsBoundaryRequest.Builder,DeleteUserPermissionsBoundaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUserPermissionsBoundaryRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteUserPermissionsBoundaryRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DeleteUserPermissionsBoundaryRequest.Builder
userName(String userName)
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userName
DeleteUserPermissionsBoundaryRequest.Builder userName(String userName)
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
- Parameters:
userName
- The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteUserPermissionsBoundaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUserPermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-