Interface CreateEnvironmentMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,Cloud9Request.Builder,CopyableBuilder<CreateEnvironmentMembershipRequest.Builder,CreateEnvironmentMembershipRequest>,SdkBuilder<CreateEnvironmentMembershipRequest.Builder,CreateEnvironmentMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEnvironmentMembershipRequest
public static interface CreateEnvironmentMembershipRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentMembershipRequest.Builder,CreateEnvironmentMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentMembershipRequest.BuilderenvironmentId(String environmentId)The ID of the environment that contains the environment member you want to add.CreateEnvironmentMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEnvironmentMembershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEnvironmentMembershipRequest.Builderpermissions(String permissions)The type of environment member permissions you want to associate with this environment member.CreateEnvironmentMembershipRequest.Builderpermissions(MemberPermissions permissions)The type of environment member permissions you want to associate with this environment member.CreateEnvironmentMembershipRequest.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) of the environment member you want to add.-
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
CreateEnvironmentMembershipRequest.Builder environmentId(String environmentId)
The ID of the environment that contains the environment member you want to add.
- Parameters:
environmentId- The ID of the environment that contains the environment member you want to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
CreateEnvironmentMembershipRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member you want to add.
- Parameters:
userArn- The Amazon Resource Name (ARN) of the environment member you want to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
CreateEnvironmentMembershipRequest.Builder permissions(String permissions)
The 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 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
CreateEnvironmentMembershipRequest.Builder permissions(MemberPermissions permissions)
The 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 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
CreateEnvironmentMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEnvironmentMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-