Interface UpdateEnvironmentMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,Cloud9Request.Builder,CopyableBuilder<UpdateEnvironmentMembershipRequest.Builder,UpdateEnvironmentMembershipRequest>,SdkBuilder<UpdateEnvironmentMembershipRequest.Builder,UpdateEnvironmentMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentMembershipRequest
public static interface UpdateEnvironmentMembershipRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentMembershipRequest.Builder,UpdateEnvironmentMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentMembershipRequest.BuilderenvironmentId(String environmentId)The ID of the environment for the environment member whose settings you want to change.UpdateEnvironmentMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentMembershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnvironmentMembershipRequest.Builderpermissions(String permissions)The replacement type of environment member permissions you want to associate with this environment member.UpdateEnvironmentMembershipRequest.Builderpermissions(MemberPermissions permissions)The replacement type of environment member permissions you want to associate with this environment member.UpdateEnvironmentMembershipRequest.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) of the environment member whose settings you want to change.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
UpdateEnvironmentMembershipRequest.Builder environmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
- Parameters:
environmentId- The ID of the environment for the environment member whose settings you want to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
UpdateEnvironmentMembershipRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
- Parameters:
userArn- The Amazon Resource Name (ARN) of the environment member whose settings you want to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberPermissions,MemberPermissions
-
-
permissions
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberPermissions,MemberPermissions
-
-
overrideConfiguration
UpdateEnvironmentMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-