Interface IamUserProfileDetails.Builder

  • Method Details

    • arn

      The ARN of the IAM user.

      Parameters:
      arn - The ARN of the IAM user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      IamUserProfileDetails.Builder principalId(String principalId)

      The principal ID as part of the IAM user profile details.

      Parameters:
      principalId - The principal ID as part of the IAM user profile details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionName

      IamUserProfileDetails.Builder sessionName(String sessionName)

      The session name for IAM role sessions.

      Parameters:
      sessionName - The session name for IAM role sessions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupProfileId

      IamUserProfileDetails.Builder groupProfileId(String groupProfileId)

      The identifier of the group profile associated with the IAM user profile. This links the user to a specific group profile within the Amazon DataZone domain.

      Parameters:
      groupProfileId - The identifier of the group profile associated with the IAM user profile. This links the user to a specific group profile within the Amazon DataZone domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.