Interface EnvironmentMember.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>, SdkBuilder<EnvironmentMember.Builder,EnvironmentMember>, SdkPojo
Enclosing class:
EnvironmentMember

public static interface EnvironmentMember.Builder extends SdkPojo, CopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>
  • Method Details

    • permissions

      EnvironmentMember.Builder permissions(String permissions)

      The type of environment member permissions associated with this environment member. Available values include:

      • owner: Owns the environment.

      • 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 associated with this environment member. Available values include:

      • owner: Owns the environment.

      • 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

      EnvironmentMember.Builder permissions(Permissions permissions)

      The type of environment member permissions associated with this environment member. Available values include:

      • owner: Owns the environment.

      • 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 associated with this environment member. Available values include:

      • owner: Owns the environment.

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

      The user ID in Identity and Access Management (IAM) of the environment member.

      Parameters:
      userId - The user ID in Identity and Access Management (IAM) of the environment member.
      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.

      Parameters:
      userArn - The Amazon Resource Name (ARN) of the environment member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      EnvironmentMember.Builder environmentId(String environmentId)

      The ID of the environment for the environment member.

      Parameters:
      environmentId - The ID of the environment for the environment member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastAccess

      EnvironmentMember.Builder lastAccess(Instant lastAccess)

      The time, expressed in epoch time format, when the environment member last opened the environment.

      Parameters:
      lastAccess - The time, expressed in epoch time format, when the environment member last opened the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.