CopyableBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
, SdkBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
public static interface SetPermissionRequest.Builder extends CopyableBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
Modifier and Type | Method | Description |
---|---|---|
SetPermissionRequest.Builder |
allowSsh(Boolean allowSsh) |
The user is allowed to use SSH to communicate with the instance.
|
SetPermissionRequest.Builder |
allowSudo(Boolean allowSudo) |
The user is allowed to use sudo to elevate privileges.
|
SetPermissionRequest.Builder |
iamUserArn(String iamUserArn) |
The user's IAM ARN.
|
SetPermissionRequest.Builder |
level(String level) |
The user's permission level, which must be set to one of the following strings.
|
SetPermissionRequest.Builder |
stackId(String stackId) |
The stack ID.
|
copy
apply, build
SetPermissionRequest.Builder stackId(String stackId)
The stack ID.
stackId
- The stack ID.SetPermissionRequest.Builder iamUserArn(String iamUserArn)
The user's IAM ARN. This can also be a federated user's ARN.
iamUserArn
- The user's IAM ARN. This can also be a federated user's ARN.SetPermissionRequest.Builder allowSsh(Boolean allowSsh)
The user is allowed to use SSH to communicate with the instance.
allowSsh
- The user is allowed to use SSH to communicate with the instance.SetPermissionRequest.Builder allowSudo(Boolean allowSudo)
The user is allowed to use sudo to elevate privileges.
allowSudo
- The user is allowed to use sudo to elevate privileges.SetPermissionRequest.Builder level(String level)
The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.
deny
show
deploy
manage
iam_only
For more information on the permissions associated with these levels, see Managing User Permissions.
level
- The user's permission level, which must be set to one of the following strings. You cannot set your
own permissions level.
deny
show
deploy
manage
iam_only
For more information on the permissions associated with these levels, see Managing User Permissions.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.