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 Details

    • 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

      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

      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:
    • 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:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.