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 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutRolePermissionsBoundaryRequest.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 policy that is used to set the permissions boundary for the role.
permissionsBoundary
- The ARN of the policy that is used to set the permissions boundary for the role.PutRolePermissionsBoundaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutRolePermissionsBoundaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.