Interface UserContext.Builder

    • Method Detail

      • userProfileArn

        UserContext.Builder userProfileArn​(String userProfileArn)

        The Amazon Resource Name (ARN) of the user's profile.

        Parameters:
        userProfileArn - The Amazon Resource Name (ARN) of the user's profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProfileName

        UserContext.Builder userProfileName​(String userProfileName)

        The name of the user's profile.

        Parameters:
        userProfileName - The name of the user's profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        UserContext.Builder domainId​(String domainId)

        The domain associated with the user.

        Parameters:
        domainId - The domain associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamIdentity

        UserContext.Builder iamIdentity​(IamIdentity iamIdentity)

        The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.

        Parameters:
        iamIdentity - The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.