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.
|
buildrequestOverrideConfigcopyapply, buildUpdateEnvironmentMembershipRequest.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,
MemberPermissionsUpdateEnvironmentMembershipRequest.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,
MemberPermissionsUpdateEnvironmentMembershipRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateEnvironmentMembershipRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.