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 Details

    • 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

      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

      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.