public static interface UpdateEnvironmentMembershipRequest.Builder extends Cloud9Request.Builder, CopyableBuilder<UpdateEnvironmentMembershipRequest.Builder,UpdateEnvironmentMembershipRequest>
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentMembershipRequest.Builder |
environmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
|
UpdateEnvironmentMembershipRequest.Builder |
permissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest.Builder |
permissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateEnvironmentMembershipRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateEnvironmentMembershipRequest.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
build
requestOverrideConfig
copy
apply, build
UpdateEnvironmentMembershipRequest.Builder environmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
environmentId
- The ID of the environment for the environment member whose settings you want to change.UpdateEnvironmentMembershipRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
userArn
- The Amazon Resource Name (ARN) of the environment member whose settings you want to change.UpdateEnvironmentMembershipRequest.Builder permissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
permissions
- The replacement type of environment member permissions you want to associate with this environment
member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
,
MemberPermissions
UpdateEnvironmentMembershipRequest.Builder permissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
permissions
- The replacement type of environment member permissions you want to associate with this environment
member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
,
MemberPermissions
UpdateEnvironmentMembershipRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateEnvironmentMembershipRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.