public static interface UpdateEnvironmentMembershipRequest.Builder extends Cloud9Request.Builder, SdkPojo, 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) |
UpdateEnvironmentMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.