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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateEnvironmentMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateEnvironmentMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.