Interface CreateEnvironmentMembershipRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,Cloud9Request.Builder
,CopyableBuilder<CreateEnvironmentMembershipRequest.Builder,
,CreateEnvironmentMembershipRequest> SdkBuilder<CreateEnvironmentMembershipRequest.Builder,
,CreateEnvironmentMembershipRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateEnvironmentMembershipRequest
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentId
(String environmentId) The ID of the environment that contains the environment member you want to add.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.permissions
(String permissions) The type of environment member permissions you want to associate with this environment member.permissions
(MemberPermissions permissions) The type of environment member permissions you want to associate with this environment member.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
-
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:
-
-
overrideConfiguration
CreateEnvironmentMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateEnvironmentMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-