Interface UpdateEnvironmentMembershipRequest.Builder

    • Method Detail

      • 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

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

        UpdateEnvironmentMembershipRequest.Builder permissions​(String 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:
        MemberPermissions, MemberPermissions
      • permissions

        UpdateEnvironmentMembershipRequest.Builder permissions​(MemberPermissions 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:
        MemberPermissions, MemberPermissions