Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
@Generated("software.amazon.awssdk:codegen") public class SetPermissionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetPermissionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowSsh() |
The user is allowed to use SSH to communicate with the instance.
|
Boolean |
allowSudo() |
The user is allowed to use sudo to elevate privileges.
|
static SetPermissionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
iamUserArn() |
The user's IAM ARN.
|
String |
level() |
The user's permission level, which must be set to one of the following strings.
|
static Class<? extends SetPermissionRequest.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The stack ID.
|
SetPermissionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String stackId()
The stack ID.
public String iamUserArn()
The user's IAM ARN. This can also be a federated user's ARN.
public Boolean allowSsh()
The user is allowed to use SSH to communicate with the instance.
public Boolean allowSudo()
The user is allowed to use sudo to elevate privileges.
public 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.
deny
show
deploy
manage
iam_only
For more information on the permissions associated with these levels, see Managing User Permissions.
public SetPermissionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetPermissionRequest.Builder,SetPermissionRequest>
public static SetPermissionRequest.Builder builder()
public static Class<? extends SetPermissionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.