Interface EnvironmentMember.Builder

    • Method Detail

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

        EnvironmentMember.Builder userId​(String 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

        EnvironmentMember.Builder userArn​(String 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.